Shades of Bright Turquoise #0EFCCD
Tints of Bright Turquoise #0EFCCD
RGB
CMYK
RGB Variations
Color information
#0EFCCD (or 0x0EFCCD) is known color: Bright Turquoise. HEX triplet: 0E, FC and CD. RGB value is (14,252,205). Sum of RGB (Red+Green+Blue) = 14+252+205=471 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFCCD is #F10332. Grayscale: #AFAFAF. Windows color (decimal): -15794995 or 13499406. OLE color: 13499406.
HSL color Cylindrical-coordinate representation of color #0EFCCD: hue angle of 168.15º 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 #0EFCCD is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 205 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.01 |
| HSL | 168.15º | 0.98% | 0.52% | - |
| HSV(B) | 168.15º | 0.94% | 0.99% | - |
| XYZ | 46.01 | 74.12 | 69.64 | - |
| YUV | 175.48 | 144.65 | 12.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 205 | 0.94 | 0 | 0.19 | 0.01 | 168.15 | 0.98 | 0.52 |
| Hex | E | FC | CD | 5E | 0 | 13 | 1 | A8 | 62 | 34 |
| Octal | 16 | 374 | 315 | 136 | 0 | 23 | 1 | 250 | 142 | 64 |
| Binary | 1110 | 11111100 | 11001101 | 1011110 | 0 | 10011 | 1 | 10101000 | 1100010 | 110100 |
Color Harmonies of #0EFCCD
Complementary color
Monochromatic Colors of #0EFCCD
Black with #0EFCCD
Text Example
Text Example
White with #0EFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFCCD; }
p { color: rgb(14,252,205); }
H1.HeaderClassName
{
color: #0EFCCD;
}
.AnyTagClassName
{
color: #0EFCCD;
}
</style>
background-color css
<style>
a { background-color: #0EFCCD; }
a { background-color: rgb(14,252,205); }
div.DivClassName
{
background-color: #0EFCCD;
}
.BgClassName
{
background-color: #0EFCCD;
}
</style>
border-color css
<style>
span { border-color: #0EFCCD; }
span { border-color: rgb(14,252,205); }
td.TdClassName
{
border-color: #0EFCCD;
}
.TagClassName
{
border-color: #0EFCCD;
}
</style>