Shades of Bright Turquoise #0EFADB
Tints of Bright Turquoise #0EFADB
RGB
CMYK
RGB Variations
Color information
#0EFADB (or 0x0EFADB) is known color: Bright Turquoise. HEX triplet: 0E, FA and DB. RGB value is (14,250,219). Sum of RGB (Red+Green+Blue) = 14+250+219=483 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.90% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFADB is #F10524. Grayscale: #AFAFAF. Windows color (decimal): -15795493 or 14416398. OLE color: 14416398.
HSL color Cylindrical-coordinate representation of color #0EFADB: hue angle of 172.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFADB is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 250 | 219 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.02 |
| HSL | 172.12º | 0.96% | 0.52% | - |
| HSV(B) | 172.12º | 0.94% | 0.98% | - |
| XYZ | 47.15 | 73.58 | 78.73 | - |
| YUV | 175.9 | 152.31 | 12.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 250 | 219 | 0.94 | 0 | 0.12 | 0.02 | 172.12 | 0.96 | 0.52 |
| Hex | E | FA | DB | 5E | 0 | C | 2 | AC | 60 | 34 |
| Octal | 16 | 372 | 333 | 136 | 0 | 14 | 2 | 254 | 140 | 64 |
| Binary | 1110 | 11111010 | 11011011 | 1011110 | 0 | 1100 | 10 | 10101100 | 1100000 | 110100 |
Color Harmonies of #0EFADB
Complementary color
Monochromatic Colors of #0EFADB
Black with #0EFADB
Text Example
Text Example
White with #0EFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFADB; }
p { color: rgb(14,250,219); }
H1.HeaderClassName
{
color: #0EFADB;
}
.AnyTagClassName
{
color: #0EFADB;
}
</style>
background-color css
<style>
a { background-color: #0EFADB; }
a { background-color: rgb(14,250,219); }
div.DivClassName
{
background-color: #0EFADB;
}
.BgClassName
{
background-color: #0EFADB;
}
</style>
border-color css
<style>
span { border-color: #0EFADB; }
span { border-color: rgb(14,250,219); }
td.TdClassName
{
border-color: #0EFADB;
}
.TagClassName
{
border-color: #0EFADB;
}
</style>