Shades of Bright Turquoise #0EEDCC
Tints of Bright Turquoise #0EEDCC
RGB
CMYK
RGB Variations
Color information
#0EEDCC (or 0x0EEDCC) is known color: Bright Turquoise. HEX triplet: 0E, ED and CC. RGB value is (14,237,204). Sum of RGB (Red+Green+Blue) = 14+237+204=455 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #0EEDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEDCC is #F11233. Grayscale: #A6A6A6. Windows color (decimal): -15798836 or 13430030. OLE color: 13430030.
HSL color Cylindrical-coordinate representation of color #0EEDCC: hue angle of 171.12º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEDCC is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 237 | 204 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.07 |
| HSL | 171.12º | 0.89% | 0.49% | - |
| HSV(B) | 171.12º | 0.94% | 0.93% | - |
| XYZ | 41.36 | 65.02 | 67.5 | - |
| YUV | 166.56 | 149.12 | 19.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 204 | 0.94 | 0 | 0.14 | 0.07 | 171.12 | 0.89 | 0.49 |
| Hex | E | ED | CC | 5E | 0 | E | 7 | AB | 59 | 31 |
| Octal | 16 | 355 | 314 | 136 | 0 | 16 | 7 | 253 | 131 | 61 |
| Binary | 1110 | 11101101 | 11001100 | 1011110 | 0 | 1110 | 111 | 10101011 | 1011001 | 110001 |
Color Harmonies of #0EEDCC
Complementary color
Monochromatic Colors of #0EEDCC
Black with #0EEDCC
Text Example
Text Example
White with #0EEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEDCC; }
p { color: rgb(14,237,204); }
H1.HeaderClassName
{
color: #0EEDCC;
}
.AnyTagClassName
{
color: #0EEDCC;
}
</style>
background-color css
<style>
a { background-color: #0EEDCC; }
a { background-color: rgb(14,237,204); }
div.DivClassName
{
background-color: #0EEDCC;
}
.BgClassName
{
background-color: #0EEDCC;
}
</style>
border-color css
<style>
span { border-color: #0EEDCC; }
span { border-color: rgb(14,237,204); }
td.TdClassName
{
border-color: #0EEDCC;
}
.TagClassName
{
border-color: #0EEDCC;
}
</style>