Shades of Bright Turquoise #0EE8CF
Tints of Bright Turquoise #0EE8CF
RGB
CMYK
RGB Variations
Color information
#0EE8CF (or 0x0EE8CF) is known color: Bright Turquoise. HEX triplet: 0E, E8 and CF. RGB value is (14,232,207). Sum of RGB (Red+Green+Blue) = 14+232+207=453 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.09% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #0EE8CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE8CF is #F11730. Grayscale: #A3A3A3. Windows color (decimal): -15800113 or 13625358. OLE color: 13625358.
HSL color Cylindrical-coordinate representation of color #0EE8CF: hue angle of 173.12º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE8CF is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 232 | 207 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.09 |
| HSL | 173.12º | 0.89% | 0.48% | - |
| HSV(B) | 173.12º | 0.94% | 0.91% | - |
| XYZ | 40.3 | 62.31 | 68.93 | - |
| YUV | 163.97 | 152.28 | 21.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 232 | 207 | 0.94 | 0 | 0.11 | 0.09 | 173.12 | 0.89 | 0.48 |
| Hex | E | E8 | CF | 5E | 0 | B | 9 | AD | 59 | 30 |
| Octal | 16 | 350 | 317 | 136 | 0 | 13 | 11 | 255 | 131 | 60 |
| Binary | 1110 | 11101000 | 11001111 | 1011110 | 0 | 1011 | 1001 | 10101101 | 1011001 | 110000 |
Color Harmonies of #0EE8CF
Complementary color
Monochromatic Colors of #0EE8CF
Black with #0EE8CF
Text Example
Text Example
White with #0EE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE8CF; }
p { color: rgb(14,232,207); }
H1.HeaderClassName
{
color: #0EE8CF;
}
.AnyTagClassName
{
color: #0EE8CF;
}
</style>
background-color css
<style>
a { background-color: #0EE8CF; }
a { background-color: rgb(14,232,207); }
div.DivClassName
{
background-color: #0EE8CF;
}
.BgClassName
{
background-color: #0EE8CF;
}
</style>
border-color css
<style>
span { border-color: #0EE8CF; }
span { border-color: rgb(14,232,207); }
td.TdClassName
{
border-color: #0EE8CF;
}
.TagClassName
{
border-color: #0EE8CF;
}
</style>