Shades of Bright Turquoise #0EDFDA
Tints of Bright Turquoise #0EDFDA
RGB
CMYK
RGB Variations
Color information
#0EDFDA (or 0x0EDFDA) is known color: Bright Turquoise. HEX triplet: 0E, DF and DA. RGB value is (14,223,218). Sum of RGB (Red+Green+Blue) = 14+223+218=455 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDFDA is #F12025. Grayscale: #9F9F9F. Windows color (decimal): -15802406 or 14343950. OLE color: 14343950.
HSL color Cylindrical-coordinate representation of color #0EDFDA: hue angle of 178.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDFDA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 218 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.13 |
| HSL | 178.56º | 0.88% | 0.46% | - |
| HSV(B) | 178.56º | 0.94% | 0.87% | - |
| XYZ | 39.22 | 57.93 | 75.44 | - |
| YUV | 159.94 | 160.76 | 23.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 218 | 0.94 | 0 | 0.02 | 0.13 | 178.56 | 0.88 | 0.46 |
| Hex | E | DF | DA | 5E | 0 | 2 | D | B3 | 58 | 2E |
| Octal | 16 | 337 | 332 | 136 | 0 | 2 | 15 | 263 | 130 | 56 |
| Binary | 1110 | 11011111 | 11011010 | 1011110 | 0 | 10 | 1101 | 10110011 | 1011000 | 101110 |
Color Harmonies of #0EDFDA
Complementary color
Monochromatic Colors of #0EDFDA
Black with #0EDFDA
Text Example
Text Example
White with #0EDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDFDA; }
p { color: rgb(14,223,218); }
H1.HeaderClassName
{
color: #0EDFDA;
}
.AnyTagClassName
{
color: #0EDFDA;
}
</style>
background-color css
<style>
a { background-color: #0EDFDA; }
a { background-color: rgb(14,223,218); }
div.DivClassName
{
background-color: #0EDFDA;
}
.BgClassName
{
background-color: #0EDFDA;
}
</style>
border-color css
<style>
span { border-color: #0EDFDA; }
span { border-color: rgb(14,223,218); }
td.TdClassName
{
border-color: #0EDFDA;
}
.TagClassName
{
border-color: #0EDFDA;
}
</style>