Shades of Bright Turquoise #0EDEFC
Tints of Bright Turquoise #0EDEFC
RGB
CMYK
RGB Variations
Color information
#0EDEFC (or 0x0EDEFC) is known color: Bright Turquoise. HEX triplet: 0E, DE and FC. RGB value is (14,222,252). Sum of RGB (Red+Green+Blue) = 14+222+252=488 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #0EDEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDEFC is #F12103. Grayscale: #A2A2A2. Windows color (decimal): -15802628 or 16571918. OLE color: 16571918.
HSL color Cylindrical-coordinate representation of color #0EDEFC: hue angle of 187.56º 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 #0EDEFC is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 222 | 252 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.01 |
| HSL | 187.56º | 0.98% | 0.52% | - |
| HSV(B) | 187.56º | 0.94% | 0.99% | - |
| XYZ | 43.87 | 59.36 | 101.24 | - |
| YUV | 163.23 | 178.09 | 21.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 222 | 252 | 0.94 | 0.12 | 0 | 0.01 | 187.56 | 0.98 | 0.52 |
| Hex | E | DE | FC | 5E | C | 0 | 1 | BC | 62 | 34 |
| Octal | 16 | 336 | 374 | 136 | 14 | 0 | 1 | 274 | 142 | 64 |
| Binary | 1110 | 11011110 | 11111100 | 1011110 | 1100 | 0 | 1 | 10111100 | 1100010 | 110100 |
Color Harmonies of #0EDEFC
Complementary color
Monochromatic Colors of #0EDEFC
Black with #0EDEFC
Text Example
Text Example
White with #0EDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDEFC; }
p { color: rgb(14,222,252); }
H1.HeaderClassName
{
color: #0EDEFC;
}
.AnyTagClassName
{
color: #0EDEFC;
}
</style>
background-color css
<style>
a { background-color: #0EDEFC; }
a { background-color: rgb(14,222,252); }
div.DivClassName
{
background-color: #0EDEFC;
}
.BgClassName
{
background-color: #0EDEFC;
}
</style>
border-color css
<style>
span { border-color: #0EDEFC; }
span { border-color: rgb(14,222,252); }
td.TdClassName
{
border-color: #0EDEFC;
}
.TagClassName
{
border-color: #0EDEFC;
}
</style>