Shades of Bright Turquoise #08E0DC
Tints of Bright Turquoise #08E0DC
RGB
CMYK
RGB Variations
Color information
#08E0DC (or 0x08E0DC) is known color: Bright Turquoise. HEX triplet: 08, E0 and DC. RGB value is (8,224,220). Sum of RGB (Red+Green+Blue) = 8+224+220=452 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #08E0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E0DC is #F71F23. Grayscale: #9E9E9E. Windows color (decimal): -16195364 or 14475272. OLE color: 14475272.
HSL color Cylindrical-coordinate representation of color #08E0DC: hue angle of 178.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E0DC is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 220 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.12 |
| HSL | 178.89º | 0.93% | 0.45% | - |
| HSV(B) | 178.89º | 0.96% | 0.88% | - |
| XYZ | 39.67 | 58.53 | 76.92 | - |
| YUV | 158.96 | 162.44 | 20.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 220 | 0.96 | 0 | 0.02 | 0.12 | 178.89 | 0.93 | 0.45 |
| Hex | 8 | E0 | DC | 60 | 0 | 2 | C | B3 | 5D | 2D |
| Octal | 10 | 340 | 334 | 140 | 0 | 2 | 14 | 263 | 135 | 55 |
| Binary | 1000 | 11100000 | 11011100 | 1100000 | 0 | 10 | 1100 | 10110011 | 1011101 | 101101 |
Color Harmonies of #08E0DC
Complementary color
Monochromatic Colors of #08E0DC
Black with #08E0DC
Text Example
Text Example
White with #08E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E0DC; }
p { color: rgb(8,224,220); }
H1.HeaderClassName
{
color: #08E0DC;
}
.AnyTagClassName
{
color: #08E0DC;
}
</style>
background-color css
<style>
a { background-color: #08E0DC; }
a { background-color: rgb(8,224,220); }
div.DivClassName
{
background-color: #08E0DC;
}
.BgClassName
{
background-color: #08E0DC;
}
</style>
border-color css
<style>
span { border-color: #08E0DC; }
span { border-color: rgb(8,224,220); }
td.TdClassName
{
border-color: #08E0DC;
}
.TagClassName
{
border-color: #08E0DC;
}
</style>