Shades of Dark Turquoise #09CEDE
Tints of Dark Turquoise #09CEDE
RGB
CMYK
RGB Variations
Color information
#09CEDE (or 0x09CEDE) is known color: Dark Turquoise. HEX triplet: 09, CE and DE. RGB value is (9,206,222). Sum of RGB (Red+Green+Blue) = 9+206+222=437 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #09CEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CEDE is #F63121. Grayscale: #949494. Windows color (decimal): -16134434 or 14601737. OLE color: 14601737.
HSL color Cylindrical-coordinate representation of color #09CEDE: hue angle of 184.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CEDE is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 206 | 222 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.13 |
| HSL | 184.51º | 0.92% | 0.45% | - |
| HSV(B) | 184.51º | 0.96% | 0.87% | - |
| XYZ | 35.37 | 49.47 | 76.79 | - |
| YUV | 148.92 | 169.23 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 222 | 0.96 | 0.07 | 0 | 0.13 | 184.51 | 0.92 | 0.45 |
| Hex | 9 | CE | DE | 60 | 7 | 0 | D | B9 | 5C | 2D |
| Octal | 11 | 316 | 336 | 140 | 7 | 0 | 15 | 271 | 134 | 55 |
| Binary | 1001 | 11001110 | 11011110 | 1100000 | 111 | 0 | 1101 | 10111001 | 1011100 | 101101 |
Color Harmonies of #09CEDE
Complementary color
Monochromatic Colors of #09CEDE
Black with #09CEDE
Text Example
Text Example
White with #09CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CEDE; }
p { color: rgb(9,206,222); }
H1.HeaderClassName
{
color: #09CEDE;
}
.AnyTagClassName
{
color: #09CEDE;
}
</style>
background-color css
<style>
a { background-color: #09CEDE; }
a { background-color: rgb(9,206,222); }
div.DivClassName
{
background-color: #09CEDE;
}
.BgClassName
{
background-color: #09CEDE;
}
</style>
border-color css
<style>
span { border-color: #09CEDE; }
span { border-color: rgb(9,206,222); }
td.TdClassName
{
border-color: #09CEDE;
}
.TagClassName
{
border-color: #09CEDE;
}
</style>