Shades of Bright Turquoise #08E8DE
Tints of Bright Turquoise #08E8DE
RGB
CMYK
RGB Variations
Color information
#08E8DE (or 0x08E8DE) is known color: Bright Turquoise. HEX triplet: 08, E8 and DE. RGB value is (8,232,222). Sum of RGB (Red+Green+Blue) = 8+232+222=462 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #08E8DE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08E8DE is #F71721. Grayscale: #A3A3A3. Windows color (decimal): -16193314 or 14608392. OLE color: 14608392.
HSL color Cylindrical-coordinate representation of color #08E8DE: hue angle of 177.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E8DE is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 232 | 222 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.09 |
| HSL | 177.32º | 0.93% | 0.47% | - |
| HSV(B) | 177.32º | 0.97% | 0.91% | - |
| XYZ | 42.14 | 63.04 | 79.05 | - |
| YUV | 163.88 | 160.79 | 16.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 232 | 222 | 0.97 | 0 | 0.04 | 0.09 | 177.32 | 0.93 | 0.47 |
| Hex | 8 | E8 | DE | 61 | 0 | 4 | 9 | B1 | 5D | 2F |
| Octal | 10 | 350 | 336 | 141 | 0 | 4 | 11 | 261 | 135 | 57 |
| Binary | 1000 | 11101000 | 11011110 | 1100001 | 0 | 100 | 1001 | 10110001 | 1011101 | 101111 |
Color Harmonies of #08E8DE
Complementary color
Monochromatic Colors of #08E8DE
Black with #08E8DE
Text Example
Text Example
White with #08E8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E8DE; }
p { color: rgb(8,232,222); }
H1.HeaderClassName
{
color: #08E8DE;
}
.AnyTagClassName
{
color: #08E8DE;
}
</style>
background-color css
<style>
a { background-color: #08E8DE; }
a { background-color: rgb(8,232,222); }
div.DivClassName
{
background-color: #08E8DE;
}
.BgClassName
{
background-color: #08E8DE;
}
</style>
border-color css
<style>
span { border-color: #08E8DE; }
span { border-color: rgb(8,232,222); }
td.TdClassName
{
border-color: #08E8DE;
}
.TagClassName
{
border-color: #08E8DE;
}
</style>