Shades of Dark Turquoise #0EBFE1
Tints of Dark Turquoise #0EBFE1
RGB
CMYK
RGB Variations
Color information
#0EBFE1 (or 0x0EBFE1) is known color: Dark Turquoise. HEX triplet: 0E, BF and E1. RGB value is (14,191,225). Sum of RGB (Red+Green+Blue) = 14+191+225=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #0EBFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EBFE1 is #F1401E. Grayscale: #8D8D8D. Windows color (decimal): -15810591 or 14794510. OLE color: 14794510.
HSL color Cylindrical-coordinate representation of color #0EBFE1: hue angle of 189.67º 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 #0EBFE1 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 191 | 225 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.12 |
| HSL | 189.67º | 0.88% | 0.47% | - |
| HSV(B) | 189.67º | 0.94% | 0.88% | - |
| XYZ | 32.4 | 42.79 | 77.79 | - |
| YUV | 141.95 | 174.86 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 191 | 225 | 0.94 | 0.15 | 0 | 0.12 | 189.67 | 0.88 | 0.47 |
| Hex | E | BF | E1 | 5E | F | 0 | C | BE | 58 | 2F |
| Octal | 16 | 277 | 341 | 136 | 17 | 0 | 14 | 276 | 130 | 57 |
| Binary | 1110 | 10111111 | 11100001 | 1011110 | 1111 | 0 | 1100 | 10111110 | 1011000 | 101111 |
Color Harmonies of #0EBFE1
Complementary color
Monochromatic Colors of #0EBFE1
Black with #0EBFE1
Text Example
Text Example
White with #0EBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBFE1; }
p { color: rgb(14,191,225); }
H1.HeaderClassName
{
color: #0EBFE1;
}
.AnyTagClassName
{
color: #0EBFE1;
}
</style>
background-color css
<style>
a { background-color: #0EBFE1; }
a { background-color: rgb(14,191,225); }
div.DivClassName
{
background-color: #0EBFE1;
}
.BgClassName
{
background-color: #0EBFE1;
}
</style>
border-color css
<style>
span { border-color: #0EBFE1; }
span { border-color: rgb(14,191,225); }
td.TdClassName
{
border-color: #0EBFE1;
}
.TagClassName
{
border-color: #0EBFE1;
}
</style>