Shades of Dark Turquoise #09CEDF
Tints of Dark Turquoise #09CEDF
RGB
CMYK
RGB Variations
Color information
#09CEDF (or 0x09CEDF) is known color: Dark Turquoise. HEX triplet: 09, CE and DF. RGB value is (9,206,223). Sum of RGB (Red+Green+Blue) = 9+206+223=438 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #09CEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CEDF is #F63120. Grayscale: #949494. Windows color (decimal): -16134433 or 14667273. OLE color: 14667273.
HSL color Cylindrical-coordinate representation of color #09CEDF: hue angle of 184.77º 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 #09CEDF is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 206 | 223 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.13 |
| HSL | 184.77º | 0.92% | 0.45% | - |
| HSV(B) | 184.77º | 0.96% | 0.87% | - |
| XYZ | 35.5 | 49.53 | 77.5 | - |
| YUV | 149.04 | 169.73 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 223 | 0.96 | 0.08 | 0 | 0.13 | 184.77 | 0.92 | 0.45 |
| Hex | 9 | CE | DF | 60 | 8 | 0 | D | B9 | 5C | 2D |
| Octal | 11 | 316 | 337 | 140 | 10 | 0 | 15 | 271 | 134 | 55 |
| Binary | 1001 | 11001110 | 11011111 | 1100000 | 1000 | 0 | 1101 | 10111001 | 1011100 | 101101 |
Color Harmonies of #09CEDF
Complementary color
Monochromatic Colors of #09CEDF
Black with #09CEDF
Text Example
Text Example
White with #09CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CEDF; }
p { color: rgb(9,206,223); }
H1.HeaderClassName
{
color: #09CEDF;
}
.AnyTagClassName
{
color: #09CEDF;
}
</style>
background-color css
<style>
a { background-color: #09CEDF; }
a { background-color: rgb(9,206,223); }
div.DivClassName
{
background-color: #09CEDF;
}
.BgClassName
{
background-color: #09CEDF;
}
</style>
border-color css
<style>
span { border-color: #09CEDF; }
span { border-color: rgb(9,206,223); }
td.TdClassName
{
border-color: #09CEDF;
}
.TagClassName
{
border-color: #09CEDF;
}
</style>