Shades of Bright Turquoise #08E1DD
Tints of Bright Turquoise #08E1DD
RGB
CMYK
RGB Variations
Color information
#08E1DD (or 0x08E1DD) is known color: Bright Turquoise. HEX triplet: 08, E1 and DD. RGB value is (8,225,221). Sum of RGB (Red+Green+Blue) = 8+225+221=454 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.76% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #08E1DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E1DD is #F71E22. Grayscale: #9F9F9F. Windows color (decimal): -16195107 or 14541064. OLE color: 14541064.
HSL color Cylindrical-coordinate representation of color #08E1DD: hue angle of 178.89º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E1DD is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 225 | 221 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.12 |
| HSL | 178.89º | 0.93% | 0.46% | - |
| HSV(B) | 178.89º | 0.96% | 0.88% | - |
| XYZ | 40.08 | 59.12 | 77.71 | - |
| YUV | 159.66 | 162.61 | 19.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 225 | 221 | 0.96 | 0 | 0.02 | 0.12 | 178.89 | 0.93 | 0.46 |
| Hex | 8 | E1 | DD | 60 | 0 | 2 | C | B3 | 5D | 2E |
| Octal | 10 | 341 | 335 | 140 | 0 | 2 | 14 | 263 | 135 | 56 |
| Binary | 1000 | 11100001 | 11011101 | 1100000 | 0 | 10 | 1100 | 10110011 | 1011101 | 101110 |
Color Harmonies of #08E1DD
Complementary color
Monochromatic Colors of #08E1DD
Black with #08E1DD
Text Example
Text Example
White with #08E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E1DD; }
p { color: rgb(8,225,221); }
H1.HeaderClassName
{
color: #08E1DD;
}
.AnyTagClassName
{
color: #08E1DD;
}
</style>
background-color css
<style>
a { background-color: #08E1DD; }
a { background-color: rgb(8,225,221); }
div.DivClassName
{
background-color: #08E1DD;
}
.BgClassName
{
background-color: #08E1DD;
}
</style>
border-color css
<style>
span { border-color: #08E1DD; }
span { border-color: rgb(8,225,221); }
td.TdClassName
{
border-color: #08E1DD;
}
.TagClassName
{
border-color: #08E1DD;
}
</style>