#09F0CB

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

Shades of Bright Turquoise #09F0CB

Tints of Bright Turquoise #09F0CB

Color information

#09F0CB (or 0x09F0CB) is unknown color: approx Bright Turquoise. HEX triplet: 09, F0 and CB. RGB value is (9,240,203). Sum of RGB (Red+Green+Blue) = 9+240+203=452 (59% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F0CB is #F60F34. Grayscale: #A6A6A6. Windows color (decimal): -16125749 or 13365257. OLE color: 13365257.

HSL color Cylindrical-coordinate representation of color #09F0CB: hue angle of 170.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F0CB is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB9240203-
CMYK0.9600.150.06
HSL170.39º92.77%48.82%-
HSV(B)170.39º96.25%94.12%-
XYZ42.0566.6967.16-
YUV166.71148.4715.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.99%
GREEN value IS 240 (94.14% from 255) = 53.10%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=1.99%
G=53.10%
B=44.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal92402030.9600.150.06170.3992.7748.82
Hex9F0CB600F6aa5d31
Octal11360313140017625213561
Binary10011111000011001011110000001111110101010101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09F0CB; }

 p { color: rgb(9,240,203); }

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

<style>
 a { background-color: #09F0CB; }

 a { background-color: rgb(9,240,203); }

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

<style>
 span { border-color: #09F0CB; }

 span { border-color: rgb(9,240,203); }

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