Shades of Bright Turquoise #0EF6CF
Tints of Bright Turquoise #0EF6CF
RGB
CMYK
RGB Variations
Color information
#0EF6CF (or 0x0EF6CF) is known color: Bright Turquoise. HEX triplet: 0E, F6 and CF. RGB value is (14,246,207). Sum of RGB (Red+Green+Blue) = 14+246+207=467 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.00% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF6CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF6CF is #F10930. Grayscale: #ACACAC. Windows color (decimal): -15796529 or 13628942. OLE color: 13628942.
HSL color Cylindrical-coordinate representation of color #0EF6CF: hue angle of 169.91º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF6CF is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 14 | 246 | 207 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.04 |
| HSL | 169.91º | 0.93% | 0.51% | - |
| HSV(B) | 169.91º | 0.94% | 0.96% | - |
| XYZ | 44.4 | 70.51 | 70.3 | - |
| YUV | 172.19 | 147.64 | 15.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 246 | 207 | 0.94 | 0 | 0.16 | 0.04 | 169.91 | 0.93 | 0.51 |
| Hex | E | F6 | CF | 5E | 0 | 10 | 4 | AA | 5D | 33 |
| Octal | 16 | 366 | 317 | 136 | 0 | 20 | 4 | 252 | 135 | 63 |
| Binary | 1110 | 11110110 | 11001111 | 1011110 | 0 | 10000 | 100 | 10101010 | 1011101 | 110011 |
Color Harmonies of #0EF6CF
Complementary color
Monochromatic Colors of #0EF6CF
Black with #0EF6CF
Text Example
Text Example
White with #0EF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF6CF; }
p { color: rgb(14,246,207); }
H1.HeaderClassName
{
color: #0EF6CF;
}
.AnyTagClassName
{
color: #0EF6CF;
}
</style>
background-color css
<style>
a { background-color: #0EF6CF; }
a { background-color: rgb(14,246,207); }
div.DivClassName
{
background-color: #0EF6CF;
}
.BgClassName
{
background-color: #0EF6CF;
}
</style>
border-color css
<style>
span { border-color: #0EF6CF; }
span { border-color: rgb(14,246,207); }
td.TdClassName
{
border-color: #0EF6CF;
}
.TagClassName
{
border-color: #0EF6CF;
}
</style>