Shades of Bright Turquoise #0EFCE5
Tints of Bright Turquoise #0EFCE5
RGB
CMYK
RGB Variations
Color information
#0EFCE5 (or 0x0EFCE5) is known color: Bright Turquoise. HEX triplet: 0E, FC and E5. RGB value is (14,252,229). Sum of RGB (Red+Green+Blue) = 14+252+229=495 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.83% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFCE5 is #F1031A. Grayscale: #B2B2B2. Windows color (decimal): -15794971 or 15072270. OLE color: 15072270.
HSL color Cylindrical-coordinate representation of color #0EFCE5: hue angle of 174.2º 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 #0EFCE5 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 229 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.01 |
| HSL | 174.2º | 0.98% | 0.52% | - |
| HSV(B) | 174.2º | 0.94% | 0.99% | - |
| XYZ | 49.13 | 75.37 | 86.09 | - |
| YUV | 178.22 | 156.65 | 10.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 229 | 0.94 | 0 | 0.09 | 0.01 | 174.2 | 0.98 | 0.52 |
| Hex | E | FC | E5 | 5E | 0 | 9 | 1 | AE | 62 | 34 |
| Octal | 16 | 374 | 345 | 136 | 0 | 11 | 1 | 256 | 142 | 64 |
| Binary | 1110 | 11111100 | 11100101 | 1011110 | 0 | 1001 | 1 | 10101110 | 1100010 | 110100 |
Color Harmonies of #0EFCE5
Complementary color
Monochromatic Colors of #0EFCE5
Black with #0EFCE5
Text Example
Text Example
White with #0EFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFCE5; }
p { color: rgb(14,252,229); }
H1.HeaderClassName
{
color: #0EFCE5;
}
.AnyTagClassName
{
color: #0EFCE5;
}
</style>
background-color css
<style>
a { background-color: #0EFCE5; }
a { background-color: rgb(14,252,229); }
div.DivClassName
{
background-color: #0EFCE5;
}
.BgClassName
{
background-color: #0EFCE5;
}
</style>
border-color css
<style>
span { border-color: #0EFCE5; }
span { border-color: rgb(14,252,229); }
td.TdClassName
{
border-color: #0EFCE5;
}
.TagClassName
{
border-color: #0EFCE5;
}
</style>