Shades of Bright Turquoise #08E5DB
Tints of Bright Turquoise #08E5DB
RGB
CMYK
RGB Variations
Color information
#08E5DB (or 0x08E5DB) is known color: Bright Turquoise. HEX triplet: 08, E5 and DB. RGB value is (8,229,219). Sum of RGB (Red+Green+Blue) = 8+229+219=456 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #08E5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E5DB is #F71A24. Grayscale: #A1A1A1. Windows color (decimal): -16194085 or 14411016. OLE color: 14411016.
HSL color Cylindrical-coordinate representation of color #08E5DB: hue angle of 177.29º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E5DB is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 229 | 219 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.10 |
| HSL | 177.29º | 0.93% | 0.46% | - |
| HSV(B) | 177.29º | 0.97% | 0.9% | - |
| XYZ | 40.91 | 61.2 | 76.68 | - |
| YUV | 161.78 | 160.28 | 18.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 229 | 219 | 0.97 | 0 | 0.04 | 0.10 | 177.29 | 0.93 | 0.46 |
| Hex | 8 | E5 | DB | 61 | 0 | 4 | A | B1 | 5D | 2E |
| Octal | 10 | 345 | 333 | 141 | 0 | 4 | 12 | 261 | 135 | 56 |
| Binary | 1000 | 11100101 | 11011011 | 1100001 | 0 | 100 | 1010 | 10110001 | 1011101 | 101110 |
Color Harmonies of #08E5DB
Complementary color
Monochromatic Colors of #08E5DB
Black with #08E5DB
Text Example
Text Example
White with #08E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E5DB; }
p { color: rgb(8,229,219); }
H1.HeaderClassName
{
color: #08E5DB;
}
.AnyTagClassName
{
color: #08E5DB;
}
</style>
background-color css
<style>
a { background-color: #08E5DB; }
a { background-color: rgb(8,229,219); }
div.DivClassName
{
background-color: #08E5DB;
}
.BgClassName
{
background-color: #08E5DB;
}
</style>
border-color css
<style>
span { border-color: #08E5DB; }
span { border-color: rgb(8,229,219); }
td.TdClassName
{
border-color: #08E5DB;
}
.TagClassName
{
border-color: #08E5DB;
}
</style>