Html Css Color HEX #0EC0DB Dark Turquoise

📋 copy color: '#0EC0DB'

red 14 ◦ green 192 ◦ blue 219

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

Shades of Dark Turquoise #0EC0DB

Tints of Dark Turquoise #0EC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.18%

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 3.29%
G = 45.18%
B = 51.53%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0EC0DB (or 0x0EC0DB) is known color: Dark Turquoise. HEX triplet: 0E, C0 and DB. RGB value is (14,192,219). Sum of RGB (Red+Green+Blue) = 14+192+219=425 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #0EC0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC0DB is #F13F24. Grayscale: #8D8D8D. Windows color (decimal): -15810341 or 14401550. OLE color: 14401550.

HSL color Cylindrical-coordinate representation of color #0EC0DB: hue angle of 187.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC0DB is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 192 219 -
CMYK 0.94 0.12 0 0.14
HSL 187.9º 0.88% 0.46% -
HSV(B) 187.9º 0.94% 0.86% -
XYZ 31.82 42.91 73.62 -
YUV 141.86 171.53 36.8 -
System Red Green Blue C M Y K H S L
Decimal 14 192 219 0.94 0.12 0 0.14 187.9 0.88 0.46
Hex E C0 DB 5E C 0 E BC 58 2E
Octal 16 300 333 136 14 0 16 274 130 56
Binary 1110 11000000 11011011 1011110 1100 0 1110 10111100 1011000 101110

Color Harmonies of #0EC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC0DB

Black with #0EC0DB

Text Example


Text Example

White with #0EC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,192,219); }

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

background-color css

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

 a { background-color: rgb(14,192,219); }

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

border-color css

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

 span { border-color: rgb(14,192,219); }

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