Shades of Dark Turquoise #08D1E9
Tints of Dark Turquoise #08D1E9
RGB
CMYK
RGB Variations
Color information
#08D1E9 (or 0x08D1E9) is known color: Dark Turquoise. HEX triplet: 08, D1 and E9. RGB value is (8,209,233). Sum of RGB (Red+Green+Blue) = 8+209+233=450 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #08D1E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D1E9 is #F72E16. Grayscale: #979797. Windows color (decimal): -16199191 or 15323400. OLE color: 15323400.
HSL color Cylindrical-coordinate representation of color #08D1E9: hue angle of 186.4º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08D1E9 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 209 | 233 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.09 |
| HSL | 186.4º | 0.93% | 0.47% | - |
| HSV(B) | 186.4º | 0.97% | 0.91% | - |
| XYZ | 37.61 | 51.54 | 85.06 | - |
| YUV | 151.64 | 173.91 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 209 | 233 | 0.97 | 0.10 | 0 | 0.09 | 186.4 | 0.93 | 0.47 |
| Hex | 8 | D1 | E9 | 61 | A | 0 | 9 | BA | 5D | 2F |
| Octal | 10 | 321 | 351 | 141 | 12 | 0 | 11 | 272 | 135 | 57 |
| Binary | 1000 | 11010001 | 11101001 | 1100001 | 1010 | 0 | 1001 | 10111010 | 1011101 | 101111 |
Color Harmonies of #08D1E9
Complementary color
Monochromatic Colors of #08D1E9
Black with #08D1E9
Text Example
Text Example
White with #08D1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D1E9; }
p { color: rgb(8,209,233); }
H1.HeaderClassName
{
color: #08D1E9;
}
.AnyTagClassName
{
color: #08D1E9;
}
</style>
background-color css
<style>
a { background-color: #08D1E9; }
a { background-color: rgb(8,209,233); }
div.DivClassName
{
background-color: #08D1E9;
}
.BgClassName
{
background-color: #08D1E9;
}
</style>
border-color css
<style>
span { border-color: #08D1E9; }
span { border-color: rgb(8,209,233); }
td.TdClassName
{
border-color: #08D1E9;
}
.TagClassName
{
border-color: #08D1E9;
}
</style>