Html Css Color HEX #0ED2DB Dark Turquoise

📋 copy color: '#0ED2DB'

red 14 ◦ green 210 ◦ blue 219

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

Shades of Dark Turquoise #0ED2DB

Tints of Dark Turquoise #0ED2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.4%

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

R = 3.16%
G = 47.4%
B = 49.44%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ED2DB (or 0x0ED2DB) is known color: Dark Turquoise. HEX triplet: 0E, D2 and DB. RGB value is (14,210,219). Sum of RGB (Red+Green+Blue) = 14+210+219=443 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.16% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ED2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED2DB is #F12D24. Grayscale: #989898. Windows color (decimal): -15805733 or 14406158. OLE color: 14406158.

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

Color convert

RGB 14 210 219 -
CMYK 0.94 0.04 0 0.14
HSL 182.63º 0.88% 0.46% -
HSV(B) 182.63º 0.94% 0.86% -
XYZ 36.01 51.3 75.02 -
YUV 152.42 165.57 29.27 -
System Red Green Blue C M Y K H S L
Decimal 14 210 219 0.94 0.04 0 0.14 182.63 0.88 0.46
Hex E D2 DB 5E 4 0 E B7 58 2E
Octal 16 322 333 136 4 0 16 267 130 56
Binary 1110 11010010 11011011 1011110 100 0 1110 10110111 1011000 101110

Color Harmonies of #0ED2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED2DB

Black with #0ED2DB

Text Example


Text Example

White with #0ED2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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