Shades of Dark Turquoise #08CFEA
Tints of Dark Turquoise #08CFEA
RGB
CMYK
RGB Variations
Color information
#08CFEA (or 0x08CFEA) is known color: Dark Turquoise. HEX triplet: 08, CF and EA. RGB value is (8,207,234). Sum of RGB (Red+Green+Blue) = 8+207+234=449 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #08CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CFEA is #F73015. Grayscale: #969696. Windows color (decimal): -16199702 or 15388424. OLE color: 15388424.
HSL color Cylindrical-coordinate representation of color #08CFEA: hue angle of 187.17º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CFEA is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 207 | 234 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.08 |
| HSL | 187.17º | 0.93% | 0.47% | - |
| HSV(B) | 187.17º | 0.97% | 0.92% | - |
| XYZ | 37.26 | 50.62 | 85.65 | - |
| YUV | 150.58 | 175.07 | 26.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 234 | 0.97 | 0.12 | 0 | 0.08 | 187.17 | 0.93 | 0.47 |
| Hex | 8 | CF | EA | 61 | C | 0 | 8 | BB | 5D | 2F |
| Octal | 10 | 317 | 352 | 141 | 14 | 0 | 10 | 273 | 135 | 57 |
| Binary | 1000 | 11001111 | 11101010 | 1100001 | 1100 | 0 | 1000 | 10111011 | 1011101 | 101111 |
Color Harmonies of #08CFEA
Complementary color
Monochromatic Colors of #08CFEA
Black with #08CFEA
Text Example
Text Example
White with #08CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CFEA; }
p { color: rgb(8,207,234); }
H1.HeaderClassName
{
color: #08CFEA;
}
.AnyTagClassName
{
color: #08CFEA;
}
</style>
background-color css
<style>
a { background-color: #08CFEA; }
a { background-color: rgb(8,207,234); }
div.DivClassName
{
background-color: #08CFEA;
}
.BgClassName
{
background-color: #08CFEA;
}
</style>
border-color css
<style>
span { border-color: #08CFEA; }
span { border-color: rgb(8,207,234); }
td.TdClassName
{
border-color: #08CFEA;
}
.TagClassName
{
border-color: #08CFEA;
}
</style>