Shades of Bright Turquoise #08E5DD
Tints of Bright Turquoise #08E5DD
RGB
CMYK
RGB Variations
Color information
#08E5DD (or 0x08E5DD) is known color: Bright Turquoise. HEX triplet: 08, E5 and DD. RGB value is (8,229,221). Sum of RGB (Red+Green+Blue) = 8+229+221=458 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #08E5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E5DD is #F71A22. Grayscale: #A1A1A1. Windows color (decimal): -16194083 or 14542088. OLE color: 14542088.
HSL color Cylindrical-coordinate representation of color #08E5DD: hue angle of 177.83º 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 #08E5DD is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 229 | 221 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.10 |
| HSL | 177.83º | 0.93% | 0.46% | - |
| HSV(B) | 177.83º | 0.97% | 0.9% | - |
| XYZ | 41.17 | 61.31 | 78.07 | - |
| YUV | 162.01 | 161.28 | 18.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 229 | 221 | 0.97 | 0 | 0.03 | 0.10 | 177.83 | 0.93 | 0.46 |
| Hex | 8 | E5 | DD | 61 | 0 | 3 | A | B2 | 5D | 2E |
| Octal | 10 | 345 | 335 | 141 | 0 | 3 | 12 | 262 | 135 | 56 |
| Binary | 1000 | 11100101 | 11011101 | 1100001 | 0 | 11 | 1010 | 10110010 | 1011101 | 101110 |
Color Harmonies of #08E5DD
Complementary color
Monochromatic Colors of #08E5DD
Black with #08E5DD
Text Example
Text Example
White with #08E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E5DD; }
p { color: rgb(8,229,221); }
H1.HeaderClassName
{
color: #08E5DD;
}
.AnyTagClassName
{
color: #08E5DD;
}
</style>
background-color css
<style>
a { background-color: #08E5DD; }
a { background-color: rgb(8,229,221); }
div.DivClassName
{
background-color: #08E5DD;
}
.BgClassName
{
background-color: #08E5DD;
}
</style>
border-color css
<style>
span { border-color: #08E5DD; }
span { border-color: rgb(8,229,221); }
td.TdClassName
{
border-color: #08E5DD;
}
.TagClassName
{
border-color: #08E5DD;
}
</style>