Shades of Bright Turquoise #0EDFDF
Tints of Bright Turquoise #0EDFDF
RGB
CMYK
RGB Variations
Color information
#0EDFDF (or 0x0EDFDF) is known color: Bright Turquoise. HEX triplet: 0E, DF and DF. RGB value is (14,223,223). Sum of RGB (Red+Green+Blue) = 14+223+223=460 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.04% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #0EDFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDFDF is #F12020. Grayscale: #A0A0A0. Windows color (decimal): -15802401 or 14671630. OLE color: 14671630.
HSL color Cylindrical-coordinate representation of color #0EDFDF: hue angle of 180º 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 #0EDFDF is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 223 | - |
| CMYK | 0.94 | 0 | 0 | 0.13 |
| HSL | 180º | 0.88% | 0.46% | - |
| HSV(B) | 180º | 0.94% | 0.87% | - |
| XYZ | 39.89 | 58.2 | 78.94 | - |
| YUV | 160.51 | 163.26 | 23.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 223 | 0.94 | 0 | 0 | 0.13 | 180 | 0.88 | 0.46 |
| Hex | E | DF | DF | 5E | 0 | 0 | D | B4 | 58 | 2E |
| Octal | 16 | 337 | 337 | 136 | 0 | 0 | 15 | 264 | 130 | 56 |
| Binary | 1110 | 11011111 | 11011111 | 1011110 | 0 | 0 | 1101 | 10110100 | 1011000 | 101110 |
Color Harmonies of #0EDFDF
Complementary color
Monochromatic Colors of #0EDFDF
Black with #0EDFDF
Text Example
Text Example
White with #0EDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDFDF; }
p { color: rgb(14,223,223); }
H1.HeaderClassName
{
color: #0EDFDF;
}
.AnyTagClassName
{
color: #0EDFDF;
}
</style>
background-color css
<style>
a { background-color: #0EDFDF; }
a { background-color: rgb(14,223,223); }
div.DivClassName
{
background-color: #0EDFDF;
}
.BgClassName
{
background-color: #0EDFDF;
}
</style>
border-color css
<style>
span { border-color: #0EDFDF; }
span { border-color: rgb(14,223,223); }
td.TdClassName
{
border-color: #0EDFDF;
}
.TagClassName
{
border-color: #0EDFDF;
}
</style>