Shades of Dark Turquoise #09CEDD
Tints of Dark Turquoise #09CEDD
RGB
CMYK
RGB Variations
Color information
#09CEDD (or 0x09CEDD) is known color: Dark Turquoise. HEX triplet: 09, CE and DD. RGB value is (9,206,221). Sum of RGB (Red+Green+Blue) = 9+206+221=436 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #09CEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CEDD is #F63122. Grayscale: #949494. Windows color (decimal): -16134435 or 14536201. OLE color: 14536201.
HSL color Cylindrical-coordinate representation of color #09CEDD: hue angle of 184.25º 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 #09CEDD is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 206 | 221 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.13 |
| HSL | 184.25º | 0.92% | 0.45% | - |
| HSV(B) | 184.25º | 0.96% | 0.87% | - |
| XYZ | 35.24 | 49.42 | 76.09 | - |
| YUV | 148.81 | 168.73 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 221 | 0.96 | 0.07 | 0 | 0.13 | 184.25 | 0.92 | 0.45 |
| Hex | 9 | CE | DD | 60 | 7 | 0 | D | B8 | 5C | 2D |
| Octal | 11 | 316 | 335 | 140 | 7 | 0 | 15 | 270 | 134 | 55 |
| Binary | 1001 | 11001110 | 11011101 | 1100000 | 111 | 0 | 1101 | 10111000 | 1011100 | 101101 |
Color Harmonies of #09CEDD
Complementary color
Monochromatic Colors of #09CEDD
Black with #09CEDD
Text Example
Text Example
White with #09CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CEDD; }
p { color: rgb(9,206,221); }
H1.HeaderClassName
{
color: #09CEDD;
}
.AnyTagClassName
{
color: #09CEDD;
}
</style>
background-color css
<style>
a { background-color: #09CEDD; }
a { background-color: rgb(9,206,221); }
div.DivClassName
{
background-color: #09CEDD;
}
.BgClassName
{
background-color: #09CEDD;
}
</style>
border-color css
<style>
span { border-color: #09CEDD; }
span { border-color: rgb(9,206,221); }
td.TdClassName
{
border-color: #09CEDD;
}
.TagClassName
{
border-color: #09CEDD;
}
</style>