Shades of Bright Turquoise #08D9DC
Tints of Bright Turquoise #08D9DC
RGB
CMYK
RGB Variations
Color information
#08D9DC (or 0x08D9DC) is known color: Bright Turquoise. HEX triplet: 08, D9 and DC. RGB value is (8,217,220). Sum of RGB (Red+Green+Blue) = 8+217+220=445 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #08D9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D9DC is #F72623. Grayscale: #9A9A9A. Windows color (decimal): -16197156 or 14473480. OLE color: 14473480.
HSL color Cylindrical-coordinate representation of color #08D9DC: hue angle of 180.85º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D9DC is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 217 | 220 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.14 |
| HSL | 180.85º | 0.93% | 0.45% | - |
| HSV(B) | 180.85º | 0.96% | 0.86% | - |
| XYZ | 37.83 | 54.84 | 76.3 | - |
| YUV | 154.85 | 164.76 | 23.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 217 | 220 | 0.96 | 0.01 | 0 | 0.14 | 180.85 | 0.93 | 0.45 |
| Hex | 8 | D9 | DC | 60 | 1 | 0 | E | B5 | 5D | 2D |
| Octal | 10 | 331 | 334 | 140 | 1 | 0 | 16 | 265 | 135 | 55 |
| Binary | 1000 | 11011001 | 11011100 | 1100000 | 1 | 0 | 1110 | 10110101 | 1011101 | 101101 |
Color Harmonies of #08D9DC
Complementary color
Monochromatic Colors of #08D9DC
Black with #08D9DC
Text Example
Text Example
White with #08D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D9DC; }
p { color: rgb(8,217,220); }
H1.HeaderClassName
{
color: #08D9DC;
}
.AnyTagClassName
{
color: #08D9DC;
}
</style>
background-color css
<style>
a { background-color: #08D9DC; }
a { background-color: rgb(8,217,220); }
div.DivClassName
{
background-color: #08D9DC;
}
.BgClassName
{
background-color: #08D9DC;
}
</style>
border-color css
<style>
span { border-color: #08D9DC; }
span { border-color: rgb(8,217,220); }
td.TdClassName
{
border-color: #08D9DC;
}
.TagClassName
{
border-color: #08D9DC;
}
</style>