Shades of Dark Turquoise #09CFE0
Tints of Dark Turquoise #09CFE0
RGB
CMYK
RGB Variations
Color information
#09CFE0 (or 0x09CFE0) is known color: Dark Turquoise. HEX triplet: 09, CF and E0. RGB value is (9,207,224). Sum of RGB (Red+Green+Blue) = 9+207+224=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #09CFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CFE0 is #F6301F. Grayscale: #959595. Windows color (decimal): -16134176 or 14733065. OLE color: 14733065.
HSL color Cylindrical-coordinate representation of color #09CFE0: hue angle of 184.74º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFE0 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 207 | 224 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.12 |
| HSL | 184.74º | 0.92% | 0.46% | - |
| HSV(B) | 184.74º | 0.96% | 0.88% | - |
| XYZ | 35.88 | 50.07 | 78.29 | - |
| YUV | 149.74 | 169.9 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 224 | 0.96 | 0.08 | 0 | 0.12 | 184.74 | 0.92 | 0.46 |
| Hex | 9 | CF | E0 | 60 | 8 | 0 | C | B9 | 5C | 2E |
| Octal | 11 | 317 | 340 | 140 | 10 | 0 | 14 | 271 | 134 | 56 |
| Binary | 1001 | 11001111 | 11100000 | 1100000 | 1000 | 0 | 1100 | 10111001 | 1011100 | 101110 |
Color Harmonies of #09CFE0
Complementary color
Monochromatic Colors of #09CFE0
Black with #09CFE0
Text Example
Text Example
White with #09CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFE0; }
p { color: rgb(9,207,224); }
H1.HeaderClassName
{
color: #09CFE0;
}
.AnyTagClassName
{
color: #09CFE0;
}
</style>
background-color css
<style>
a { background-color: #09CFE0; }
a { background-color: rgb(9,207,224); }
div.DivClassName
{
background-color: #09CFE0;
}
.BgClassName
{
background-color: #09CFE0;
}
</style>
border-color css
<style>
span { border-color: #09CFE0; }
span { border-color: rgb(9,207,224); }
td.TdClassName
{
border-color: #09CFE0;
}
.TagClassName
{
border-color: #09CFE0;
}
</style>