Shades of Bright Turquoise #0EFADD
Tints of Bright Turquoise #0EFADD
RGB
CMYK
RGB Variations
Color information
#0EFADD (or 0x0EFADD) is known color: Bright Turquoise. HEX triplet: 0E, FA and DD. RGB value is (14,250,221). Sum of RGB (Red+Green+Blue) = 14+250+221=485 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFADD is #F10522. Grayscale: #B0B0B0. Windows color (decimal): -15795491 or 14547470. OLE color: 14547470.
HSL color Cylindrical-coordinate representation of color #0EFADD: hue angle of 172.63º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFADD is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 250 | 221 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.02 |
| HSL | 172.63º | 0.96% | 0.52% | - |
| HSV(B) | 172.63º | 0.94% | 0.98% | - |
| XYZ | 47.42 | 73.69 | 80.13 | - |
| YUV | 176.13 | 153.31 | 12.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 250 | 221 | 0.94 | 0 | 0.12 | 0.02 | 172.63 | 0.96 | 0.52 |
| Hex | E | FA | DD | 5E | 0 | C | 2 | AD | 60 | 34 |
| Octal | 16 | 372 | 335 | 136 | 0 | 14 | 2 | 255 | 140 | 64 |
| Binary | 1110 | 11111010 | 11011101 | 1011110 | 0 | 1100 | 10 | 10101101 | 1100000 | 110100 |
Color Harmonies of #0EFADD
Complementary color
Monochromatic Colors of #0EFADD
Black with #0EFADD
Text Example
Text Example
White with #0EFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFADD; }
p { color: rgb(14,250,221); }
H1.HeaderClassName
{
color: #0EFADD;
}
.AnyTagClassName
{
color: #0EFADD;
}
</style>
background-color css
<style>
a { background-color: #0EFADD; }
a { background-color: rgb(14,250,221); }
div.DivClassName
{
background-color: #0EFADD;
}
.BgClassName
{
background-color: #0EFADD;
}
</style>
border-color css
<style>
span { border-color: #0EFADD; }
span { border-color: rgb(14,250,221); }
td.TdClassName
{
border-color: #0EFADD;
}
.TagClassName
{
border-color: #0EFADD;
}
</style>