Shades of Bright Turquoise #0EFBC2
Tints of Bright Turquoise #0EFBC2
RGB
CMYK
RGB Variations
Color information
#0EFBC2 (or 0x0EFBC2) is known color: Bright Turquoise. HEX triplet: 0E, FB and C2. RGB value is (14,251,194). Sum of RGB (Red+Green+Blue) = 14+251+194=459 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.05% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFBC2 is #F1043D. Grayscale: #ADADAD. Windows color (decimal): -15795262 or 12778254. OLE color: 12778254.
HSL color Cylindrical-coordinate representation of color #0EFBC2: hue angle of 165.57º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFBC2 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 194 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.02 |
| HSL | 165.57º | 0.97% | 0.52% | - |
| HSV(B) | 165.57º | 0.94% | 0.98% | - |
| XYZ | 44.42 | 72.98 | 62.79 | - |
| YUV | 173.64 | 139.48 | 14.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 194 | 0.94 | 0 | 0.23 | 0.02 | 165.57 | 0.97 | 0.52 |
| Hex | E | FB | C2 | 5E | 0 | 17 | 2 | A6 | 61 | 34 |
| Octal | 16 | 373 | 302 | 136 | 0 | 27 | 2 | 246 | 141 | 64 |
| Binary | 1110 | 11111011 | 11000010 | 1011110 | 0 | 10111 | 10 | 10100110 | 1100001 | 110100 |
Color Harmonies of #0EFBC2
Complementary color
Monochromatic Colors of #0EFBC2
Black with #0EFBC2
Text Example
Text Example
White with #0EFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFBC2; }
p { color: rgb(14,251,194); }
H1.HeaderClassName
{
color: #0EFBC2;
}
.AnyTagClassName
{
color: #0EFBC2;
}
</style>
background-color css
<style>
a { background-color: #0EFBC2; }
a { background-color: rgb(14,251,194); }
div.DivClassName
{
background-color: #0EFBC2;
}
.BgClassName
{
background-color: #0EFBC2;
}
</style>
border-color css
<style>
span { border-color: #0EFBC2; }
span { border-color: rgb(14,251,194); }
td.TdClassName
{
border-color: #0EFBC2;
}
.TagClassName
{
border-color: #0EFBC2;
}
</style>