Shades of Dark Turquoise #0EBFE0
Tints of Dark Turquoise #0EBFE0
RGB
CMYK
RGB Variations
Color information
#0EBFE0 (or 0x0EBFE0) is known color: Dark Turquoise. HEX triplet: 0E, BF and E0. RGB value is (14,191,224). Sum of RGB (Red+Green+Blue) = 14+191+224=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #0EBFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFE0 is #F1401F. Grayscale: #8D8D8D. Windows color (decimal): -15810592 or 14728974. OLE color: 14728974.
HSL color Cylindrical-coordinate representation of color #0EBFE0: hue angle of 189.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBFE0 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 191 | 224 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.12 |
| HSL | 189.43º | 0.88% | 0.47% | - |
| HSV(B) | 189.43º | 0.94% | 0.88% | - |
| XYZ | 32.27 | 42.74 | 77.07 | - |
| YUV | 141.84 | 174.36 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 191 | 224 | 0.94 | 0.15 | 0 | 0.12 | 189.43 | 0.88 | 0.47 |
| Hex | E | BF | E0 | 5E | F | 0 | C | BD | 58 | 2F |
| Octal | 16 | 277 | 340 | 136 | 17 | 0 | 14 | 275 | 130 | 57 |
| Binary | 1110 | 10111111 | 11100000 | 1011110 | 1111 | 0 | 1100 | 10111101 | 1011000 | 101111 |
Color Harmonies of #0EBFE0
Complementary color
Monochromatic Colors of #0EBFE0
Black with #0EBFE0
Text Example
Text Example
White with #0EBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBFE0; }
p { color: rgb(14,191,224); }
H1.HeaderClassName
{
color: #0EBFE0;
}
.AnyTagClassName
{
color: #0EBFE0;
}
</style>
background-color css
<style>
a { background-color: #0EBFE0; }
a { background-color: rgb(14,191,224); }
div.DivClassName
{
background-color: #0EBFE0;
}
.BgClassName
{
background-color: #0EBFE0;
}
</style>
border-color css
<style>
span { border-color: #0EBFE0; }
span { border-color: rgb(14,191,224); }
td.TdClassName
{
border-color: #0EBFE0;
}
.TagClassName
{
border-color: #0EBFE0;
}
</style>