Shades of Bright Turquoise #0EFFCC
Tints of Bright Turquoise #0EFFCC
RGB
CMYK
RGB Variations
Color information
#0EFFCC (or 0x0EFFCC) is known color: Bright Turquoise. HEX triplet: 0E, FF and CC. RGB value is (14,255,204). Sum of RGB (Red+Green+Blue) = 14+255+204=473 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.96% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFCC is #F10033. Grayscale: #B1B1B1. Windows color (decimal): -15794228 or 13434638. OLE color: 13434638.
HSL color Cylindrical-coordinate representation of color #0EFFCC: hue angle of 167.3º 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 #0EFFCC is Cyan = 0.95, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 204 | - |
| CMYK | 0.95 | 0 | 0.2 | 0 |
| HSL | 167.3º | 1% | 0.53% | - |
| HSV(B) | 167.3º | 0.95% | 1% | - |
| XYZ | 46.84 | 75.97 | 69.32 | - |
| YUV | 177.13 | 143.16 | 11.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 204 | 0.95 | 0 | 0.2 | 0 | 167.3 | 1 | 0.53 |
| Hex | E | FF | CC | 5F | 0 | 14 | 0 | A7 | 64 | 35 |
| Octal | 16 | 377 | 314 | 137 | 0 | 24 | 0 | 247 | 144 | 65 |
| Binary | 1110 | 11111111 | 11001100 | 1011111 | 0 | 10100 | 0 | 10100111 | 1100100 | 110101 |
Color Harmonies of #0EFFCC
Complementary color
Monochromatic Colors of #0EFFCC
Black with #0EFFCC
Text Example
Text Example
White with #0EFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFCC; }
p { color: rgb(14,255,204); }
H1.HeaderClassName
{
color: #0EFFCC;
}
.AnyTagClassName
{
color: #0EFFCC;
}
</style>
background-color css
<style>
a { background-color: #0EFFCC; }
a { background-color: rgb(14,255,204); }
div.DivClassName
{
background-color: #0EFFCC;
}
.BgClassName
{
background-color: #0EFFCC;
}
</style>
border-color css
<style>
span { border-color: #0EFFCC; }
span { border-color: rgb(14,255,204); }
td.TdClassName
{
border-color: #0EFFCC;
}
.TagClassName
{
border-color: #0EFFCC;
}
</style>