Shades of Bright Turquoise #08ECD6
Tints of Bright Turquoise #08ECD6
RGB
CMYK
RGB Variations
Color information
#08ECD6 (or 0x08ECD6) is known color: Bright Turquoise. HEX triplet: 08, EC and D6. RGB value is (8,236,214). Sum of RGB (Red+Green+Blue) = 8+236+214=458 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #08ECD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08ECD6 is #F71329. Grayscale: #A5A5A5. Windows color (decimal): -16192298 or 14085128. OLE color: 14085128.
HSL color Cylindrical-coordinate representation of color #08ECD6: hue angle of 174.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ECD6 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 236 | 214 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.07 |
| HSL | 174.21º | 0.93% | 0.48% | - |
| HSV(B) | 174.21º | 0.97% | 0.93% | - |
| XYZ | 42.23 | 64.9 | 73.92 | - |
| YUV | 165.32 | 155.46 | 15.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 236 | 214 | 0.97 | 0 | 0.09 | 0.07 | 174.21 | 0.93 | 0.48 |
| Hex | 8 | EC | D6 | 61 | 0 | 9 | 7 | AE | 5D | 30 |
| Octal | 10 | 354 | 326 | 141 | 0 | 11 | 7 | 256 | 135 | 60 |
| Binary | 1000 | 11101100 | 11010110 | 1100001 | 0 | 1001 | 111 | 10101110 | 1011101 | 110000 |
Color Harmonies of #08ECD6
Complementary color
Monochromatic Colors of #08ECD6
Black with #08ECD6
Text Example
Text Example
White with #08ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ECD6; }
p { color: rgb(8,236,214); }
H1.HeaderClassName
{
color: #08ECD6;
}
.AnyTagClassName
{
color: #08ECD6;
}
</style>
background-color css
<style>
a { background-color: #08ECD6; }
a { background-color: rgb(8,236,214); }
div.DivClassName
{
background-color: #08ECD6;
}
.BgClassName
{
background-color: #08ECD6;
}
</style>
border-color css
<style>
span { border-color: #08ECD6; }
span { border-color: rgb(8,236,214); }
td.TdClassName
{
border-color: #08ECD6;
}
.TagClassName
{
border-color: #08ECD6;
}
</style>