Shades of Bright Turquoise #08FFDE
Tints of Bright Turquoise #08FFDE
RGB
CMYK
RGB Variations
Color information
#08FFDE (or 0x08FFDE) is known color: Bright Turquoise. HEX triplet: 08, FF and DE. RGB value is (8,255,222). Sum of RGB (Red+Green+Blue) = 8+255+222=485 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.65% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FFDE is #F70021. Grayscale: #B1B1B1. Windows color (decimal): -16187426 or 14614280. OLE color: 14614280.
HSL color Cylindrical-coordinate representation of color #08FFDE: hue angle of 171.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FFDE is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 222 | - |
| CMYK | 0.97 | 0 | 0.13 | 0 |
| HSL | 171.98º | 1% | 0.52% | - |
| HSV(B) | 171.98º | 0.97% | 1% | - |
| XYZ | 49.04 | 76.85 | 81.35 | - |
| YUV | 177.39 | 153.17 | 7.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 222 | 0.97 | 0 | 0.13 | 0 | 171.98 | 1 | 0.52 |
| Hex | 8 | FF | DE | 61 | 0 | D | 0 | AC | 64 | 34 |
| Octal | 10 | 377 | 336 | 141 | 0 | 15 | 0 | 254 | 144 | 64 |
| Binary | 1000 | 11111111 | 11011110 | 1100001 | 0 | 1101 | 0 | 10101100 | 1100100 | 110100 |
Color Harmonies of #08FFDE
Complementary color
Monochromatic Colors of #08FFDE
Black with #08FFDE
Text Example
Text Example
White with #08FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFDE; }
p { color: rgb(8,255,222); }
H1.HeaderClassName
{
color: #08FFDE;
}
.AnyTagClassName
{
color: #08FFDE;
}
</style>
background-color css
<style>
a { background-color: #08FFDE; }
a { background-color: rgb(8,255,222); }
div.DivClassName
{
background-color: #08FFDE;
}
.BgClassName
{
background-color: #08FFDE;
}
</style>
border-color css
<style>
span { border-color: #08FFDE; }
span { border-color: rgb(8,255,222); }
td.TdClassName
{
border-color: #08FFDE;
}
.TagClassName
{
border-color: #08FFDE;
}
</style>