Shades of Bright Turquoise #0EDBD3
Tints of Bright Turquoise #0EDBD3
RGB
CMYK
RGB Variations
Color information
#0EDBD3 (or 0x0EDBD3) is known color: Bright Turquoise. HEX triplet: 0E, DB and D3. RGB value is (14,219,211). Sum of RGB (Red+Green+Blue) = 14+219+211=444 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBD3 is #F1242C. Grayscale: #9C9C9C. Windows color (decimal): -15803437 or 13884174. OLE color: 13884174.
HSL color Cylindrical-coordinate representation of color #0EDBD3: hue angle of 177.66º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDBD3 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 211 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.14 |
| HSL | 177.66º | 0.88% | 0.46% | - |
| HSV(B) | 177.66º | 0.94% | 0.86% | - |
| XYZ | 37.27 | 55.46 | 70.37 | - |
| YUV | 156.79 | 158.58 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 211 | 0.94 | 0 | 0.04 | 0.14 | 177.66 | 0.88 | 0.46 |
| Hex | E | DB | D3 | 5E | 0 | 4 | E | B2 | 58 | 2E |
| Octal | 16 | 333 | 323 | 136 | 0 | 4 | 16 | 262 | 130 | 56 |
| Binary | 1110 | 11011011 | 11010011 | 1011110 | 0 | 100 | 1110 | 10110010 | 1011000 | 101110 |
Color Harmonies of #0EDBD3
Complementary color
Monochromatic Colors of #0EDBD3
Black with #0EDBD3
Text Example
Text Example
White with #0EDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDBD3; }
p { color: rgb(14,219,211); }
H1.HeaderClassName
{
color: #0EDBD3;
}
.AnyTagClassName
{
color: #0EDBD3;
}
</style>
background-color css
<style>
a { background-color: #0EDBD3; }
a { background-color: rgb(14,219,211); }
div.DivClassName
{
background-color: #0EDBD3;
}
.BgClassName
{
background-color: #0EDBD3;
}
</style>
border-color css
<style>
span { border-color: #0EDBD3; }
span { border-color: rgb(14,219,211); }
td.TdClassName
{
border-color: #0EDBD3;
}
.TagClassName
{
border-color: #0EDBD3;
}
</style>