Shades of Bright Turquoise #08ECDB
Tints of Bright Turquoise #08ECDB
RGB
CMYK
RGB Variations
Color information
#08ECDB (or 0x08ECDB) is known color: Bright Turquoise. HEX triplet: 08, EC and DB. RGB value is (8,236,219). Sum of RGB (Red+Green+Blue) = 8+236+219=463 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #08ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08ECDB is #F71324. Grayscale: #A5A5A5. Windows color (decimal): -16192293 or 14412808. OLE color: 14412808.
HSL color Cylindrical-coordinate representation of color #08ECDB: hue angle of 175.53º 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 #08ECDB is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 236 | 219 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.07 |
| HSL | 175.53º | 0.93% | 0.48% | - |
| HSV(B) | 175.53º | 0.97% | 0.93% | - |
| XYZ | 42.88 | 65.16 | 77.33 | - |
| YUV | 165.89 | 157.96 | 15.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 236 | 219 | 0.97 | 0 | 0.07 | 0.07 | 175.53 | 0.93 | 0.48 |
| Hex | 8 | EC | DB | 61 | 0 | 7 | 7 | B0 | 5D | 30 |
| Octal | 10 | 354 | 333 | 141 | 0 | 7 | 7 | 260 | 135 | 60 |
| Binary | 1000 | 11101100 | 11011011 | 1100001 | 0 | 111 | 111 | 10110000 | 1011101 | 110000 |
Color Harmonies of #08ECDB
Complementary color
Monochromatic Colors of #08ECDB
Black with #08ECDB
Text Example
Text Example
White with #08ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ECDB; }
p { color: rgb(8,236,219); }
H1.HeaderClassName
{
color: #08ECDB;
}
.AnyTagClassName
{
color: #08ECDB;
}
</style>
background-color css
<style>
a { background-color: #08ECDB; }
a { background-color: rgb(8,236,219); }
div.DivClassName
{
background-color: #08ECDB;
}
.BgClassName
{
background-color: #08ECDB;
}
</style>
border-color css
<style>
span { border-color: #08ECDB; }
span { border-color: rgb(8,236,219); }
td.TdClassName
{
border-color: #08ECDB;
}
.TagClassName
{
border-color: #08ECDB;
}
</style>