#01F2C9

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

Shades of Bright Turquoise #01F2C9

Tints of Bright Turquoise #01F2C9

Color information

#01F2C9 (or 0x01F2C9) is unknown color: approx Bright Turquoise. HEX triplet: 01, F2 and C9. RGB value is (1,242,201). Sum of RGB (Red+Green+Blue) = 1+242+201=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 242 (94.92% from 255 or 54.50% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F2C9 is #FE0D36. Grayscale: #A5A5A5. Windows color (decimal): -16649527 or 13234689. OLE color: 13234689.

HSL color Cylindrical-coordinate representation of color #01F2C9: hue angle of 169.79º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F2C9 is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB1242201-
CMYK1.0000.170.05
HSL169.79º99.18%47.65%-
HSV(B)169.79º99.59%94.9%-
XYZ42.3167.7366.1-
YUV165.27148.1610.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 242 (94.92% from 255) = 54.50%
BLUE value IS 201 (78.91% from 255) = 45.27%
R=0.23%
G=54.50%
B=45.27%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal12422011.0000.170.05169.7999.1847.65
Hex1F2C9640115aa6330
Octal1362311144021525214360
Binary111110010110010011100100010001101101010101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,242,201); }

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

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

 a { background-color: rgb(1,242,201); }

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

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

 span { border-color: rgb(1,242,201); }

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