Shades of Dark Turquoise #09CFD6
Tints of Dark Turquoise #09CFD6
RGB
CMYK
RGB Variations
Color information
#09CFD6 (or 0x09CFD6) is known color: Dark Turquoise. HEX triplet: 09, CF and D6. RGB value is (9,207,214). Sum of RGB (Red+Green+Blue) = 9+207+214=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #09CFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CFD6 is #F63029. Grayscale: #949494. Windows color (decimal): -16134186 or 14077705. OLE color: 14077705.
HSL color Cylindrical-coordinate representation of color #09CFD6: hue angle of 182.05º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFD6 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 207 | 214 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.16 |
| HSL | 182.05º | 0.92% | 0.44% | - |
| HSV(B) | 182.05º | 0.96% | 0.84% | - |
| XYZ | 34.56 | 49.54 | 71.36 | - |
| YUV | 148.6 | 164.9 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 214 | 0.96 | 0.03 | 0 | 0.16 | 182.05 | 0.92 | 0.44 |
| Hex | 9 | CF | D6 | 60 | 3 | 0 | 10 | B6 | 5C | 2C |
| Octal | 11 | 317 | 326 | 140 | 3 | 0 | 20 | 266 | 134 | 54 |
| Binary | 1001 | 11001111 | 11010110 | 1100000 | 11 | 0 | 10000 | 10110110 | 1011100 | 101100 |
Color Harmonies of #09CFD6
Complementary color
Monochromatic Colors of #09CFD6
Black with #09CFD6
Text Example
Text Example
White with #09CFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFD6; }
p { color: rgb(9,207,214); }
H1.HeaderClassName
{
color: #09CFD6;
}
.AnyTagClassName
{
color: #09CFD6;
}
</style>
background-color css
<style>
a { background-color: #09CFD6; }
a { background-color: rgb(9,207,214); }
div.DivClassName
{
background-color: #09CFD6;
}
.BgClassName
{
background-color: #09CFD6;
}
</style>
border-color css
<style>
span { border-color: #09CFD6; }
span { border-color: rgb(9,207,214); }
td.TdClassName
{
border-color: #09CFD6;
}
.TagClassName
{
border-color: #09CFD6;
}
</style>