Shades of Dark Turquoise #09CFEB
Tints of Dark Turquoise #09CFEB
RGB
CMYK
RGB Variations
Color information
#09CFEB (or 0x09CFEB) is known color: Dark Turquoise. HEX triplet: 09, CF and EB. RGB value is (9,207,235). Sum of RGB (Red+Green+Blue) = 9+207+235=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #09CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CFEB is #F63014. Grayscale: #969696. Windows color (decimal): -16134165 or 15453961. OLE color: 15453961.
HSL color Cylindrical-coordinate representation of color #09CFEB: hue angle of 187.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFEB is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 207 | 235 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.08 |
| HSL | 187.43º | 0.93% | 0.48% | - |
| HSV(B) | 187.43º | 0.96% | 0.92% | - |
| XYZ | 37.42 | 50.68 | 86.41 | - |
| YUV | 150.99 | 175.4 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 235 | 0.96 | 0.12 | 0 | 0.08 | 187.43 | 0.93 | 0.48 |
| Hex | 9 | CF | EB | 60 | C | 0 | 8 | BB | 5D | 30 |
| Octal | 11 | 317 | 353 | 140 | 14 | 0 | 10 | 273 | 135 | 60 |
| Binary | 1001 | 11001111 | 11101011 | 1100000 | 1100 | 0 | 1000 | 10111011 | 1011101 | 110000 |
Color Harmonies of #09CFEB
Complementary color
Monochromatic Colors of #09CFEB
Black with #09CFEB
Text Example
Text Example
White with #09CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFEB; }
p { color: rgb(9,207,235); }
H1.HeaderClassName
{
color: #09CFEB;
}
.AnyTagClassName
{
color: #09CFEB;
}
</style>
background-color css
<style>
a { background-color: #09CFEB; }
a { background-color: rgb(9,207,235); }
div.DivClassName
{
background-color: #09CFEB;
}
.BgClassName
{
background-color: #09CFEB;
}
</style>
border-color css
<style>
span { border-color: #09CFEB; }
span { border-color: rgb(9,207,235); }
td.TdClassName
{
border-color: #09CFEB;
}
.TagClassName
{
border-color: #09CFEB;
}
</style>