Shades of Bright Turquoise #08EDD0
Tints of Bright Turquoise #08EDD0
RGB
CMYK
RGB Variations
Color information
#08EDD0 (or 0x08EDD0) is known color: Bright Turquoise. HEX triplet: 08, ED and D0. RGB value is (8,237,208). Sum of RGB (Red+Green+Blue) = 8+237+208=453 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #08EDD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EDD0 is #F7122F. Grayscale: #A5A5A5. Windows color (decimal): -16192048 or 13692168. OLE color: 13692168.
HSL color Cylindrical-coordinate representation of color #08EDD0: hue angle of 172.4º 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 #08EDD0 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 237 | 208 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.07 |
| HSL | 172.4º | 0.93% | 0.48% | - |
| HSV(B) | 172.4º | 0.97% | 0.93% | - |
| XYZ | 41.77 | 65.17 | 70.05 | - |
| YUV | 165.22 | 152.13 | 15.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 237 | 208 | 0.97 | 0 | 0.12 | 0.07 | 172.4 | 0.93 | 0.48 |
| Hex | 8 | ED | D0 | 61 | 0 | C | 7 | AC | 5D | 30 |
| Octal | 10 | 355 | 320 | 141 | 0 | 14 | 7 | 254 | 135 | 60 |
| Binary | 1000 | 11101101 | 11010000 | 1100001 | 0 | 1100 | 111 | 10101100 | 1011101 | 110000 |
Color Harmonies of #08EDD0
Complementary color
Monochromatic Colors of #08EDD0
Black with #08EDD0
Text Example
Text Example
White with #08EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08EDD0; }
p { color: rgb(8,237,208); }
H1.HeaderClassName
{
color: #08EDD0;
}
.AnyTagClassName
{
color: #08EDD0;
}
</style>
background-color css
<style>
a { background-color: #08EDD0; }
a { background-color: rgb(8,237,208); }
div.DivClassName
{
background-color: #08EDD0;
}
.BgClassName
{
background-color: #08EDD0;
}
</style>
border-color css
<style>
span { border-color: #08EDD0; }
span { border-color: rgb(8,237,208); }
td.TdClassName
{
border-color: #08EDD0;
}
.TagClassName
{
border-color: #08EDD0;
}
</style>