Shades of Bright Turquoise #0EEDCB
Tints of Bright Turquoise #0EEDCB
RGB
CMYK
RGB Variations
Color information
#0EEDCB (or 0x0EEDCB) is known color: Bright Turquoise. HEX triplet: 0E, ED and CB. RGB value is (14,237,203). Sum of RGB (Red+Green+Blue) = 14+237+203=454 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #0EEDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEDCB is #F11234. Grayscale: #A6A6A6. Windows color (decimal): -15798837 or 13364494. OLE color: 13364494.
HSL color Cylindrical-coordinate representation of color #0EEDCB: hue angle of 170.85º 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 #0EEDCB is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 237 | 203 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.07 |
| HSL | 170.85º | 0.89% | 0.49% | - |
| HSV(B) | 170.85º | 0.94% | 0.93% | - |
| XYZ | 41.24 | 64.97 | 66.87 | - |
| YUV | 166.45 | 148.62 | 19.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 203 | 0.94 | 0 | 0.14 | 0.07 | 170.85 | 0.89 | 0.49 |
| Hex | E | ED | CB | 5E | 0 | E | 7 | AB | 59 | 31 |
| Octal | 16 | 355 | 313 | 136 | 0 | 16 | 7 | 253 | 131 | 61 |
| Binary | 1110 | 11101101 | 11001011 | 1011110 | 0 | 1110 | 111 | 10101011 | 1011001 | 110001 |
Color Harmonies of #0EEDCB
Complementary color
Monochromatic Colors of #0EEDCB
Black with #0EEDCB
Text Example
Text Example
White with #0EEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEDCB; }
p { color: rgb(14,237,203); }
H1.HeaderClassName
{
color: #0EEDCB;
}
.AnyTagClassName
{
color: #0EEDCB;
}
</style>
background-color css
<style>
a { background-color: #0EEDCB; }
a { background-color: rgb(14,237,203); }
div.DivClassName
{
background-color: #0EEDCB;
}
.BgClassName
{
background-color: #0EEDCB;
}
</style>
border-color css
<style>
span { border-color: #0EEDCB; }
span { border-color: rgb(14,237,203); }
td.TdClassName
{
border-color: #0EEDCB;
}
.TagClassName
{
border-color: #0EEDCB;
}
</style>