Shades of Dark Turquoise #09CFEA
Tints of Dark Turquoise #09CFEA
RGB
CMYK
RGB Variations
Color information
#09CFEA (or 0x09CFEA) is known color: Dark Turquoise. HEX triplet: 09, CF and EA. RGB value is (9,207,234). Sum of RGB (Red+Green+Blue) = 9+207+234=450 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #09CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CFEA is #F63015. Grayscale: #969696. Windows color (decimal): -16134166 or 15388425. OLE color: 15388425.
HSL color Cylindrical-coordinate representation of color #09CFEA: hue angle of 187.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFEA is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 207 | 234 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.08 |
| HSL | 187.2º | 0.93% | 0.48% | - |
| HSV(B) | 187.2º | 0.96% | 0.92% | - |
| XYZ | 37.28 | 50.62 | 85.65 | - |
| YUV | 150.88 | 174.9 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 234 | 0.96 | 0.12 | 0 | 0.08 | 187.2 | 0.93 | 0.48 |
| Hex | 9 | CF | EA | 60 | C | 0 | 8 | BB | 5D | 30 |
| Octal | 11 | 317 | 352 | 140 | 14 | 0 | 10 | 273 | 135 | 60 |
| Binary | 1001 | 11001111 | 11101010 | 1100000 | 1100 | 0 | 1000 | 10111011 | 1011101 | 110000 |
Color Harmonies of #09CFEA
Complementary color
Monochromatic Colors of #09CFEA
Black with #09CFEA
Text Example
Text Example
White with #09CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFEA; }
p { color: rgb(9,207,234); }
H1.HeaderClassName
{
color: #09CFEA;
}
.AnyTagClassName
{
color: #09CFEA;
}
</style>
background-color css
<style>
a { background-color: #09CFEA; }
a { background-color: rgb(9,207,234); }
div.DivClassName
{
background-color: #09CFEA;
}
.BgClassName
{
background-color: #09CFEA;
}
</style>
border-color css
<style>
span { border-color: #09CFEA; }
span { border-color: rgb(9,207,234); }
td.TdClassName
{
border-color: #09CFEA;
}
.TagClassName
{
border-color: #09CFEA;
}
</style>