Shades of Dark Turquoise #09CED7
Tints of Dark Turquoise #09CED7
RGB
CMYK
RGB Variations
Color information
#09CED7 (or 0x09CED7) is known color: Dark Turquoise. HEX triplet: 09, CE and D7. RGB value is (9,206,215). Sum of RGB (Red+Green+Blue) = 9+206+215=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #09CED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CED7 is #F63128. Grayscale: #939393. Windows color (decimal): -16134441 or 14142985. OLE color: 14142985.
HSL color Cylindrical-coordinate representation of color #09CED7: hue angle of 182.62º 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 #09CED7 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 206 | 215 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.16 |
| HSL | 182.62º | 0.92% | 0.44% | - |
| HSV(B) | 182.62º | 0.96% | 0.84% | - |
| XYZ | 34.45 | 49.11 | 71.95 | - |
| YUV | 148.12 | 165.73 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 215 | 0.96 | 0.04 | 0 | 0.16 | 182.62 | 0.92 | 0.44 |
| Hex | 9 | CE | D7 | 60 | 4 | 0 | 10 | B7 | 5C | 2C |
| Octal | 11 | 316 | 327 | 140 | 4 | 0 | 20 | 267 | 134 | 54 |
| Binary | 1001 | 11001110 | 11010111 | 1100000 | 100 | 0 | 10000 | 10110111 | 1011100 | 101100 |
Color Harmonies of #09CED7
Complementary color
Monochromatic Colors of #09CED7
Black with #09CED7
Text Example
Text Example
White with #09CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CED7; }
p { color: rgb(9,206,215); }
H1.HeaderClassName
{
color: #09CED7;
}
.AnyTagClassName
{
color: #09CED7;
}
</style>
background-color css
<style>
a { background-color: #09CED7; }
a { background-color: rgb(9,206,215); }
div.DivClassName
{
background-color: #09CED7;
}
.BgClassName
{
background-color: #09CED7;
}
</style>
border-color css
<style>
span { border-color: #09CED7; }
span { border-color: rgb(9,206,215); }
td.TdClassName
{
border-color: #09CED7;
}
.TagClassName
{
border-color: #09CED7;
}
</style>