Html Css Color HEX #0ED6DB Dark Turquoise

📋 copy color: '#0ED6DB'

red 14 ◦ green 214 ◦ blue 219

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

Shades of Dark Turquoise #0ED6DB

Tints of Dark Turquoise #0ED6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.87%

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

R = 3.13%
G = 47.87%
B = 48.99%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ED6DB (or 0x0ED6DB) is known color: Dark Turquoise. HEX triplet: 0E, D6 and DB. RGB value is (14,214,219). Sum of RGB (Red+Green+Blue) = 14+214+219=447 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.13% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ED6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED6DB is #F12924. Grayscale: #9A9A9A. Windows color (decimal): -15804709 or 14407182. OLE color: 14407182.

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

Color convert

RGB 14 214 219 -
CMYK 0.94 0.02 0 0.14
HSL 181.46º 0.88% 0.46% -
HSV(B) 181.46º 0.94% 0.86% -
XYZ 37.01 53.3 75.36 -
YUV 154.77 164.24 27.59 -
System Red Green Blue C M Y K H S L
Decimal 14 214 219 0.94 0.02 0 0.14 181.46 0.88 0.46
Hex E D6 DB 5E 2 0 E B5 58 2E
Octal 16 326 333 136 2 0 16 265 130 56
Binary 1110 11010110 11011011 1011110 10 0 1110 10110101 1011000 101110

Color Harmonies of #0ED6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED6DB

Black with #0ED6DB

Text Example


Text Example

White with #0ED6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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