Shades of Dark Turquoise #08CEE5
Tints of Dark Turquoise #08CEE5
RGB
CMYK
RGB Variations
Color information
#08CEE5 (or 0x08CEE5) is known color: Dark Turquoise. HEX triplet: 08, CE and E5. RGB value is (8,206,229). Sum of RGB (Red+Green+Blue) = 8+206+229=443 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #08CEE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CEE5 is #F7311A. Grayscale: #959595. Windows color (decimal): -16199963 or 15060488. OLE color: 15060488.
HSL color Cylindrical-coordinate representation of color #08CEE5: hue angle of 186.24º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CEE5 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 206 | 229 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.10 |
| HSL | 186.24º | 0.93% | 0.46% | - |
| HSV(B) | 186.24º | 0.97% | 0.9% | - |
| XYZ | 36.31 | 49.85 | 81.84 | - |
| YUV | 149.42 | 172.9 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 229 | 0.97 | 0.10 | 0 | 0.10 | 186.24 | 0.93 | 0.46 |
| Hex | 8 | CE | E5 | 61 | A | 0 | A | BA | 5D | 2E |
| Octal | 10 | 316 | 345 | 141 | 12 | 0 | 12 | 272 | 135 | 56 |
| Binary | 1000 | 11001110 | 11100101 | 1100001 | 1010 | 0 | 1010 | 10111010 | 1011101 | 101110 |
Color Harmonies of #08CEE5
Complementary color
Monochromatic Colors of #08CEE5
Black with #08CEE5
Text Example
Text Example
White with #08CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CEE5; }
p { color: rgb(8,206,229); }
H1.HeaderClassName
{
color: #08CEE5;
}
.AnyTagClassName
{
color: #08CEE5;
}
</style>
background-color css
<style>
a { background-color: #08CEE5; }
a { background-color: rgb(8,206,229); }
div.DivClassName
{
background-color: #08CEE5;
}
.BgClassName
{
background-color: #08CEE5;
}
</style>
border-color css
<style>
span { border-color: #08CEE5; }
span { border-color: rgb(8,206,229); }
td.TdClassName
{
border-color: #08CEE5;
}
.TagClassName
{
border-color: #08CEE5;
}
</style>