Shades of Bright Turquoise #08D4EC
Tints of Bright Turquoise #08D4EC
RGB
CMYK
RGB Variations
Color information
#08D4EC (or 0x08D4EC) is known color: Bright Turquoise. HEX triplet: 08, D4 and EC. RGB value is (8,212,236). Sum of RGB (Red+Green+Blue) = 8+212+236=456 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #08D4EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D4EC is #F72B13. Grayscale: #999999. Windows color (decimal): -16198420 or 15520776. OLE color: 15520776.
HSL color Cylindrical-coordinate representation of color #08D4EC: hue angle of 186.32º 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 #08D4EC is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 212 | 236 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.07 |
| HSL | 186.32º | 0.93% | 0.48% | - |
| HSV(B) | 186.32º | 0.97% | 0.93% | - |
| XYZ | 38.78 | 53.19 | 87.58 | - |
| YUV | 153.74 | 174.41 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 212 | 236 | 0.97 | 0.10 | 0 | 0.07 | 186.32 | 0.93 | 0.48 |
| Hex | 8 | D4 | EC | 61 | A | 0 | 7 | BA | 5D | 30 |
| Octal | 10 | 324 | 354 | 141 | 12 | 0 | 7 | 272 | 135 | 60 |
| Binary | 1000 | 11010100 | 11101100 | 1100001 | 1010 | 0 | 111 | 10111010 | 1011101 | 110000 |
Color Harmonies of #08D4EC
Complementary color
Monochromatic Colors of #08D4EC
Black with #08D4EC
Text Example
Text Example
White with #08D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D4EC; }
p { color: rgb(8,212,236); }
H1.HeaderClassName
{
color: #08D4EC;
}
.AnyTagClassName
{
color: #08D4EC;
}
</style>
background-color css
<style>
a { background-color: #08D4EC; }
a { background-color: rgb(8,212,236); }
div.DivClassName
{
background-color: #08D4EC;
}
.BgClassName
{
background-color: #08D4EC;
}
</style>
border-color css
<style>
span { border-color: #08D4EC; }
span { border-color: rgb(8,212,236); }
td.TdClassName
{
border-color: #08D4EC;
}
.TagClassName
{
border-color: #08D4EC;
}
</style>