#01F9E3

Color #01F9E3 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #01F9E3

Tints of Bright Turquoise #01F9E3

Color information

#01F9E3 (or 0x01F9E3) is unknown color: approx Bright Turquoise. HEX triplet: 01, F9 and E3. RGB value is (1,249,227). Sum of RGB (Red+Green+Blue) = 1+249+227=477 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #01F9E3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F9E3 is #FE061C. Grayscale: #ACACAC. Windows color (decimal): -16647709 or 14940417. OLE color: 14940417.

HSL color Cylindrical-coordinate representation of color #01F9E3: hue angle of 174.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F9E3 is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB1249227-
CMYK1.0000.090.02
HSL174.68º99.2%49.02%-
HSV(B)174.68º99.6%97.65%-
XYZ47.7573.384.31-
YUV172.34158.845.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.21%
GREEN value IS 249 (97.66% from 255) = 52.20%
BLUE value IS 227 (89.06% from 255) = 47.59%
R=0.21%
G=52.20%
B=47.59%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal12492271.0000.090.02174.6899.249.02
Hex1F9E364092af6331
Octal1371343144011225714361
Binary1111110011110001111001000100110101011111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01F9E3; }

 p { color: rgb(1,249,227); }

 H1.HeaderClassName
 {
   color: #01F9E3;
 }
 .AnyTagClassName
 {
   color: #01F9E3;
 }
</style>
background-color css

<style>
 a { background-color: #01F9E3; }

 a { background-color: rgb(1,249,227); }

 div.DivClassName
 {
   background-color: #01F9E3;
 }
 .BgClassName
 {
   background-color: #01F9E3;
 }
</style>
border-color css

<style>
 span { border-color: #01F9E3; }

 span { border-color: rgb(1,249,227); }

 td.TdClassName
 {
   border-color: #01F9E3;
 }
 .TagClassName
 {
   border-color: #01F9E3;
 }
</style>