Shades of Bright Turquoise #0EFFDD
Tints of Bright Turquoise #0EFFDD
RGB
CMYK
RGB Variations
Color information
#0EFFDD (or 0x0EFFDD) is known color: Bright Turquoise. HEX triplet: 0E, FF and DD. RGB value is (14,255,221). Sum of RGB (Red+Green+Blue) = 14+255+221=490 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFDD is #F10022. Grayscale: #B2B2B2. Windows color (decimal): -15794211 or 14548750. OLE color: 14548750.
HSL color Cylindrical-coordinate representation of color #0EFFDD: hue angle of 171.54º 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 #0EFFDD is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 221 | - |
| CMYK | 0.95 | 0 | 0.13 | 0 |
| HSL | 171.54º | 1% | 0.53% | - |
| HSV(B) | 171.54º | 0.95% | 1% | - |
| XYZ | 48.99 | 76.83 | 80.65 | - |
| YUV | 179.07 | 151.66 | 10.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 221 | 0.95 | 0 | 0.13 | 0 | 171.54 | 1 | 0.53 |
| Hex | E | FF | DD | 5F | 0 | D | 0 | AC | 64 | 35 |
| Octal | 16 | 377 | 335 | 137 | 0 | 15 | 0 | 254 | 144 | 65 |
| Binary | 1110 | 11111111 | 11011101 | 1011111 | 0 | 1101 | 0 | 10101100 | 1100100 | 110101 |
Color Harmonies of #0EFFDD
Complementary color
Monochromatic Colors of #0EFFDD
Black with #0EFFDD
Text Example
Text Example
White with #0EFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFDD; }
p { color: rgb(14,255,221); }
H1.HeaderClassName
{
color: #0EFFDD;
}
.AnyTagClassName
{
color: #0EFFDD;
}
</style>
background-color css
<style>
a { background-color: #0EFFDD; }
a { background-color: rgb(14,255,221); }
div.DivClassName
{
background-color: #0EFFDD;
}
.BgClassName
{
background-color: #0EFFDD;
}
</style>
border-color css
<style>
span { border-color: #0EFFDD; }
span { border-color: rgb(14,255,221); }
td.TdClassName
{
border-color: #0EFFDD;
}
.TagClassName
{
border-color: #0EFFDD;
}
</style>