Shades of Bright Turquoise #0EFDD6
Tints of Bright Turquoise #0EFDD6
RGB
CMYK
RGB Variations
Color information
#0EFDD6 (or 0x0EFDD6) is known color: Bright Turquoise. HEX triplet: 0E, FD and D6. RGB value is (14,253,214). Sum of RGB (Red+Green+Blue) = 14+253+214=481 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.91% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFDD6 is #F10229. Grayscale: #B1B1B1. Windows color (decimal): -15794730 or 14089486. OLE color: 14089486.
HSL color Cylindrical-coordinate representation of color #0EFDD6: hue angle of 170.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFDD6 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 253 | 214 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.01 |
| HSL | 170.21º | 0.98% | 0.52% | - |
| HSV(B) | 170.21º | 0.94% | 0.99% | - |
| XYZ | 47.44 | 75.2 | 75.63 | - |
| YUV | 177.09 | 148.82 | 11.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 253 | 214 | 0.94 | 0 | 0.15 | 0.01 | 170.21 | 0.98 | 0.52 |
| Hex | E | FD | D6 | 5E | 0 | F | 1 | AA | 62 | 34 |
| Octal | 16 | 375 | 326 | 136 | 0 | 17 | 1 | 252 | 142 | 64 |
| Binary | 1110 | 11111101 | 11010110 | 1011110 | 0 | 1111 | 1 | 10101010 | 1100010 | 110100 |
Color Harmonies of #0EFDD6
Complementary color
Monochromatic Colors of #0EFDD6
Black with #0EFDD6
Text Example
Text Example
White with #0EFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFDD6; }
p { color: rgb(14,253,214); }
H1.HeaderClassName
{
color: #0EFDD6;
}
.AnyTagClassName
{
color: #0EFDD6;
}
</style>
background-color css
<style>
a { background-color: #0EFDD6; }
a { background-color: rgb(14,253,214); }
div.DivClassName
{
background-color: #0EFDD6;
}
.BgClassName
{
background-color: #0EFDD6;
}
</style>
border-color css
<style>
span { border-color: #0EFDD6; }
span { border-color: rgb(14,253,214); }
td.TdClassName
{
border-color: #0EFDD6;
}
.TagClassName
{
border-color: #0EFDD6;
}
</style>