Shades of Dark Turquoise #08C6E5
Tints of Dark Turquoise #08C6E5
RGB
CMYK
RGB Variations
Color information
#08C6E5 (or 0x08C6E5) is known color: Dark Turquoise. HEX triplet: 08, C6 and E5. RGB value is (8,198,229). Sum of RGB (Red+Green+Blue) = 8+198+229=435 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #08C6E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C6E5 is #F7391A. Grayscale: #909090. Windows color (decimal): -16202011 or 15058440. OLE color: 15058440.
HSL color Cylindrical-coordinate representation of color #08C6E5: hue angle of 188.42º 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 #08C6E5 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 198 | 229 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.10 |
| HSL | 188.42º | 0.93% | 0.46% | - |
| HSV(B) | 188.42º | 0.97% | 0.9% | - |
| XYZ | 34.44 | 46.1 | 81.21 | - |
| YUV | 144.72 | 175.55 | 30.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 198 | 229 | 0.97 | 0.14 | 0 | 0.10 | 188.42 | 0.93 | 0.46 |
| Hex | 8 | C6 | E5 | 61 | E | 0 | A | BC | 5D | 2E |
| Octal | 10 | 306 | 345 | 141 | 16 | 0 | 12 | 274 | 135 | 56 |
| Binary | 1000 | 11000110 | 11100101 | 1100001 | 1110 | 0 | 1010 | 10111100 | 1011101 | 101110 |
Color Harmonies of #08C6E5
Complementary color
Monochromatic Colors of #08C6E5
Black with #08C6E5
Text Example
Text Example
White with #08C6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C6E5; }
p { color: rgb(8,198,229); }
H1.HeaderClassName
{
color: #08C6E5;
}
.AnyTagClassName
{
color: #08C6E5;
}
</style>
background-color css
<style>
a { background-color: #08C6E5; }
a { background-color: rgb(8,198,229); }
div.DivClassName
{
background-color: #08C6E5;
}
.BgClassName
{
background-color: #08C6E5;
}
</style>
border-color css
<style>
span { border-color: #08C6E5; }
span { border-color: rgb(8,198,229); }
td.TdClassName
{
border-color: #08C6E5;
}
.TagClassName
{
border-color: #08C6E5;
}
</style>