Shades of Bright Turquoise #0EFDCB
Tints of Bright Turquoise #0EFDCB
RGB
CMYK
RGB Variations
Color information
#0EFDCB (or 0x0EFDCB) is known color: Bright Turquoise. HEX triplet: 0E, FD and CB. RGB value is (14,253,203). Sum of RGB (Red+Green+Blue) = 14+253+203=470 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.98% from 470); Green value is 253 (99.22% from 255 or 53.83% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFDCB is #F10234. Grayscale: #AFAFAF. Windows color (decimal): -15794741 or 13368590. OLE color: 13368590.
HSL color Cylindrical-coordinate representation of color #0EFDCB: hue angle of 167.45º 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 #0EFDCB is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 253 | 203 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.01 |
| HSL | 167.45º | 0.98% | 0.52% | - |
| HSV(B) | 167.45º | 0.94% | 0.99% | - |
| XYZ | 46.09 | 74.66 | 68.48 | - |
| YUV | 175.84 | 143.32 | 12.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 253 | 203 | 0.94 | 0 | 0.20 | 0.01 | 167.45 | 0.98 | 0.52 |
| Hex | E | FD | CB | 5E | 0 | 14 | 1 | A7 | 62 | 34 |
| Octal | 16 | 375 | 313 | 136 | 0 | 24 | 1 | 247 | 142 | 64 |
| Binary | 1110 | 11111101 | 11001011 | 1011110 | 0 | 10100 | 1 | 10100111 | 1100010 | 110100 |
Color Harmonies of #0EFDCB
Complementary color
Monochromatic Colors of #0EFDCB
Black with #0EFDCB
Text Example
Text Example
White with #0EFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFDCB; }
p { color: rgb(14,253,203); }
H1.HeaderClassName
{
color: #0EFDCB;
}
.AnyTagClassName
{
color: #0EFDCB;
}
</style>
background-color css
<style>
a { background-color: #0EFDCB; }
a { background-color: rgb(14,253,203); }
div.DivClassName
{
background-color: #0EFDCB;
}
.BgClassName
{
background-color: #0EFDCB;
}
</style>
border-color css
<style>
span { border-color: #0EFDCB; }
span { border-color: rgb(14,253,203); }
td.TdClassName
{
border-color: #0EFDCB;
}
.TagClassName
{
border-color: #0EFDCB;
}
</style>