Shades of Bright Turquoise #0EFFD6
Tints of Bright Turquoise #0EFFD6
RGB
CMYK
RGB Variations
Color information
#0EFFD6 (or 0x0EFFD6) is known color: Bright Turquoise. HEX triplet: 0E, FF and D6. RGB value is (14,255,214). Sum of RGB (Red+Green+Blue) = 14+255+214=483 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.90% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFD6 is #F10029. Grayscale: #B2B2B2. Windows color (decimal): -15794218 or 14089998. OLE color: 14089998.
HSL color Cylindrical-coordinate representation of color #0EFFD6: hue angle of 169.79º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFD6 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 214 | - |
| CMYK | 0.95 | 0 | 0.16 | 0 |
| HSL | 169.79º | 1% | 0.53% | - |
| HSV(B) | 169.79º | 0.95% | 1% | - |
| XYZ | 48.08 | 76.47 | 75.84 | - |
| YUV | 178.27 | 148.16 | 10.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 214 | 0.95 | 0 | 0.16 | 0 | 169.79 | 1 | 0.53 |
| Hex | E | FF | D6 | 5F | 0 | 10 | 0 | AA | 64 | 35 |
| Octal | 16 | 377 | 326 | 137 | 0 | 20 | 0 | 252 | 144 | 65 |
| Binary | 1110 | 11111111 | 11010110 | 1011111 | 0 | 10000 | 0 | 10101010 | 1100100 | 110101 |
Color Harmonies of #0EFFD6
Complementary color
Monochromatic Colors of #0EFFD6
Black with #0EFFD6
Text Example
Text Example
White with #0EFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFD6; }
p { color: rgb(14,255,214); }
H1.HeaderClassName
{
color: #0EFFD6;
}
.AnyTagClassName
{
color: #0EFFD6;
}
</style>
background-color css
<style>
a { background-color: #0EFFD6; }
a { background-color: rgb(14,255,214); }
div.DivClassName
{
background-color: #0EFFD6;
}
.BgClassName
{
background-color: #0EFFD6;
}
</style>
border-color css
<style>
span { border-color: #0EFFD6; }
span { border-color: rgb(14,255,214); }
td.TdClassName
{
border-color: #0EFFD6;
}
.TagClassName
{
border-color: #0EFFD6;
}
</style>