Shades of Bright Turquoise #0EFFCB
Tints of Bright Turquoise #0EFFCB
RGB
CMYK
RGB Variations
Color information
#0EFFCB (or 0x0EFFCB) is known color: Bright Turquoise. HEX triplet: 0E, FF and CB. RGB value is (14,255,203). Sum of RGB (Red+Green+Blue) = 14+255+203=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFCB is #F10034. Grayscale: #B0B0B0. Windows color (decimal): -15794229 or 13369102. OLE color: 13369102.
HSL color Cylindrical-coordinate representation of color #0EFFCB: hue angle of 167.05º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFCB is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 203 | - |
| CMYK | 0.95 | 0 | 0.20 | 0 |
| HSL | 167.05º | 1% | 0.53% | - |
| HSV(B) | 167.05º | 0.95% | 1% | - |
| XYZ | 46.72 | 75.93 | 68.69 | - |
| YUV | 177.01 | 142.66 | 11.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 203 | 0.95 | 0 | 0.20 | 0 | 167.05 | 1 | 0.53 |
| Hex | E | FF | CB | 5F | 0 | 14 | 0 | A7 | 64 | 35 |
| Octal | 16 | 377 | 313 | 137 | 0 | 24 | 0 | 247 | 144 | 65 |
| Binary | 1110 | 11111111 | 11001011 | 1011111 | 0 | 10100 | 0 | 10100111 | 1100100 | 110101 |
Color Harmonies of #0EFFCB
Complementary color
Monochromatic Colors of #0EFFCB
Black with #0EFFCB
Text Example
Text Example
White with #0EFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFCB; }
p { color: rgb(14,255,203); }
H1.HeaderClassName
{
color: #0EFFCB;
}
.AnyTagClassName
{
color: #0EFFCB;
}
</style>
background-color css
<style>
a { background-color: #0EFFCB; }
a { background-color: rgb(14,255,203); }
div.DivClassName
{
background-color: #0EFFCB;
}
.BgClassName
{
background-color: #0EFFCB;
}
</style>
border-color css
<style>
span { border-color: #0EFFCB; }
span { border-color: rgb(14,255,203); }
td.TdClassName
{
border-color: #0EFFCB;
}
.TagClassName
{
border-color: #0EFFCB;
}
</style>