Shades of Bright Turquoise #0EFFC5
Tints of Bright Turquoise #0EFFC5
RGB
CMYK
RGB Variations
Color information
#0EFFC5 (or 0x0EFFC5) is known color: Bright Turquoise. HEX triplet: 0E, FF and C5. RGB value is (14,255,197). Sum of RGB (Red+Green+Blue) = 14+255+197=466 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.00% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFC5 is #F1003A. Grayscale: #B0B0B0. Windows color (decimal): -15794235 or 12975886. OLE color: 12975886.
HSL color Cylindrical-coordinate representation of color #0EFFC5: hue angle of 165.56º 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 #0EFFC5 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 197 | - |
| CMYK | 0.95 | 0 | 0.23 | 0 |
| HSL | 165.56º | 1% | 0.53% | - |
| HSV(B) | 165.56º | 0.95% | 1% | - |
| XYZ | 46.02 | 75.64 | 65 | - |
| YUV | 176.33 | 139.66 | 12.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 197 | 0.95 | 0 | 0.23 | 0 | 165.56 | 1 | 0.53 |
| Hex | E | FF | C5 | 5F | 0 | 17 | 0 | A6 | 64 | 35 |
| Octal | 16 | 377 | 305 | 137 | 0 | 27 | 0 | 246 | 144 | 65 |
| Binary | 1110 | 11111111 | 11000101 | 1011111 | 0 | 10111 | 0 | 10100110 | 1100100 | 110101 |
Color Harmonies of #0EFFC5
Complementary color
Monochromatic Colors of #0EFFC5
Black with #0EFFC5
Text Example
Text Example
White with #0EFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFC5; }
p { color: rgb(14,255,197); }
H1.HeaderClassName
{
color: #0EFFC5;
}
.AnyTagClassName
{
color: #0EFFC5;
}
</style>
background-color css
<style>
a { background-color: #0EFFC5; }
a { background-color: rgb(14,255,197); }
div.DivClassName
{
background-color: #0EFFC5;
}
.BgClassName
{
background-color: #0EFFC5;
}
</style>
border-color css
<style>
span { border-color: #0EFFC5; }
span { border-color: rgb(14,255,197); }
td.TdClassName
{
border-color: #0EFFC5;
}
.TagClassName
{
border-color: #0EFFC5;
}
</style>