Shades of Bright Turquoise #0EFFE6
Tints of Bright Turquoise #0EFFE6
RGB
CMYK
RGB Variations
Color information
#0EFFE6 (or 0x0EFFE6) is known color: Bright Turquoise. HEX triplet: 0E, FF and E6. RGB value is (14,255,230). Sum of RGB (Red+Green+Blue) = 14+255+230=499 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.81% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFE6 is #F10019. Grayscale: #B3B3B3. Windows color (decimal): -15794202 or 15138574. OLE color: 15138574.
HSL color Cylindrical-coordinate representation of color #0EFFE6: hue angle of 173.78º 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 #0EFFE6 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 230 | - |
| CMYK | 0.95 | 0 | 0.10 | 0 |
| HSL | 173.78º | 1% | 0.53% | - |
| HSV(B) | 173.78º | 0.95% | 1% | - |
| XYZ | 50.22 | 77.33 | 87.14 | - |
| YUV | 180.09 | 156.16 | 9.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 230 | 0.95 | 0 | 0.10 | 0 | 173.78 | 1 | 0.53 |
| Hex | E | FF | E6 | 5F | 0 | A | 0 | AE | 64 | 35 |
| Octal | 16 | 377 | 346 | 137 | 0 | 12 | 0 | 256 | 144 | 65 |
| Binary | 1110 | 11111111 | 11100110 | 1011111 | 0 | 1010 | 0 | 10101110 | 1100100 | 110101 |
Color Harmonies of #0EFFE6
Complementary color
Monochromatic Colors of #0EFFE6
Black with #0EFFE6
Text Example
Text Example
White with #0EFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFE6; }
p { color: rgb(14,255,230); }
H1.HeaderClassName
{
color: #0EFFE6;
}
.AnyTagClassName
{
color: #0EFFE6;
}
</style>
background-color css
<style>
a { background-color: #0EFFE6; }
a { background-color: rgb(14,255,230); }
div.DivClassName
{
background-color: #0EFFE6;
}
.BgClassName
{
background-color: #0EFFE6;
}
</style>
border-color css
<style>
span { border-color: #0EFFE6; }
span { border-color: rgb(14,255,230); }
td.TdClassName
{
border-color: #0EFFE6;
}
.TagClassName
{
border-color: #0EFFE6;
}
</style>