Shades of Bright Turquoise #08ECD5
Tints of Bright Turquoise #08ECD5
RGB
CMYK
RGB Variations
Color information
#08ECD5 (or 0x08ECD5) is known color: Bright Turquoise. HEX triplet: 08, EC and D5. RGB value is (8,236,213). Sum of RGB (Red+Green+Blue) = 8+236+213=457 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #08ECD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08ECD5 is #F7132A. Grayscale: #A5A5A5. Windows color (decimal): -16192299 or 14019592. OLE color: 14019592.
HSL color Cylindrical-coordinate representation of color #08ECD5: hue angle of 173.95º 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 #08ECD5 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 236 | 213 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.07 |
| HSL | 173.95º | 0.93% | 0.48% | - |
| HSV(B) | 173.95º | 0.97% | 0.93% | - |
| XYZ | 42.11 | 64.85 | 73.25 | - |
| YUV | 165.21 | 154.96 | 15.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 236 | 213 | 0.97 | 0 | 0.10 | 0.07 | 173.95 | 0.93 | 0.48 |
| Hex | 8 | EC | D5 | 61 | 0 | A | 7 | AE | 5D | 30 |
| Octal | 10 | 354 | 325 | 141 | 0 | 12 | 7 | 256 | 135 | 60 |
| Binary | 1000 | 11101100 | 11010101 | 1100001 | 0 | 1010 | 111 | 10101110 | 1011101 | 110000 |
Color Harmonies of #08ECD5
Complementary color
Monochromatic Colors of #08ECD5
Black with #08ECD5
Text Example
Text Example
White with #08ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ECD5; }
p { color: rgb(8,236,213); }
H1.HeaderClassName
{
color: #08ECD5;
}
.AnyTagClassName
{
color: #08ECD5;
}
</style>
background-color css
<style>
a { background-color: #08ECD5; }
a { background-color: rgb(8,236,213); }
div.DivClassName
{
background-color: #08ECD5;
}
.BgClassName
{
background-color: #08ECD5;
}
</style>
border-color css
<style>
span { border-color: #08ECD5; }
span { border-color: rgb(8,236,213); }
td.TdClassName
{
border-color: #08ECD5;
}
.TagClassName
{
border-color: #08ECD5;
}
</style>