Html Css Color HEX #0ED5DC Dark Turquoise

📋 copy color: '#0ED5DC'

red 14 ◦ green 213 ◦ blue 220

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

Shades of Dark Turquoise #0ED5DC

Tints of Dark Turquoise #0ED5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.65%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 3.13%
G = 47.65%
B = 49.22%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ED5DC (or 0x0ED5DC) is known color: Dark Turquoise. HEX triplet: 0E, D5 and DC. RGB value is (14,213,220). Sum of RGB (Red+Green+Blue) = 14+213+220=447 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.13% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ED5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED5DC is #F12A23. Grayscale: #9A9A9A. Windows color (decimal): -15804964 or 14472462. OLE color: 14472462.

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

Color convert

RGB 14 213 220 -
CMYK 0.94 0.03 0 0.14
HSL 182.04º 0.88% 0.46% -
HSV(B) 182.04º 0.94% 0.86% -
XYZ 36.89 52.85 75.97 -
YUV 154.3 165.07 27.93 -
System Red Green Blue C M Y K H S L
Decimal 14 213 220 0.94 0.03 0 0.14 182.04 0.88 0.46
Hex E D5 DC 5E 3 0 E B6 58 2E
Octal 16 325 334 136 3 0 16 266 130 56
Binary 1110 11010101 11011100 1011110 11 0 1110 10110110 1011000 101110

Color Harmonies of #0ED5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED5DC

Black with #0ED5DC

Text Example


Text Example

White with #0ED5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,213,220); }

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

background-color css

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

 a { background-color: rgb(14,213,220); }

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

border-color css

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

 span { border-color: rgb(14,213,220); }

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