Html Css Color HEX #0EC7DE Dark Turquoise

📋 copy color: '#0EC7DE'

red 14 ◦ green 199 ◦ blue 222

#0EC7DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #0EC7DE

Tints of Dark Turquoise #0EC7DE

RGB

 RED value IS 14 (5.86% from 255) = 3.22%

 GREEN value IS 199 (78.13% from 255) = 45.75%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 3.22%
G = 45.75%
B = 51.03%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0EC7DE (or 0x0EC7DE) is known color: Dark Turquoise. HEX triplet: 0E, C7 and DE. RGB value is (14,199,222). Sum of RGB (Red+Green+Blue) = 14+199+222=435 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.22% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #0EC7DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC7DE is #F13821. Grayscale: #929292. Windows color (decimal): -15808546 or 14599950. OLE color: 14599950.

HSL color Cylindrical-coordinate representation of color #0EC7DE: hue angle of 186.63º 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 #0EC7DE is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 199 222 -
CMYK 0.94 0.10 0 0.13
HSL 186.63º 0.88% 0.46% -
HSV(B) 186.63º 0.94% 0.87% -
XYZ 33.79 46.21 76.25 -
YUV 146.31 170.71 33.63 -
System Red Green Blue C M Y K H S L
Decimal 14 199 222 0.94 0.10 0 0.13 186.63 0.88 0.46
Hex E C7 DE 5E A 0 D BB 58 2E
Octal 16 307 336 136 12 0 15 273 130 56
Binary 1110 11000111 11011110 1011110 1010 0 1101 10111011 1011000 101110

Color Harmonies of #0EC7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC7DE

Black with #0EC7DE

Text Example


Text Example

White with #0EC7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EC7DE; }

 p { color: rgb(14,199,222); }

 H1.HeaderClassName
 {
   color: #0EC7DE;
 }
 .AnyTagClassName
 {
   color: #0EC7DE;
 }
</style>

background-color css

<style>
 a { background-color: #0EC7DE; }

 a { background-color: rgb(14,199,222); }

 div.DivClassName
 {
   background-color: #0EC7DE;
 }
 .BgClassName
 {
   background-color: #0EC7DE;
 }
</style>

border-color css

<style>
 span { border-color: #0EC7DE; }

 span { border-color: rgb(14,199,222); }

 td.TdClassName
 {
   border-color: #0EC7DE;
 }
 .TagClassName
 {
   border-color: #0EC7DE;
 }
</style>