Html Css Color HEX #0ED5CD Dark Turquoise

📋 copy color: '#0ED5CD'

red 14 ◦ green 213 ◦ blue 205

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

Shades of Dark Turquoise #0ED5CD

Tints of Dark Turquoise #0ED5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 3.24%
G = 49.31%
B = 47.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#0ED5CD (or 0x0ED5CD) is known color: Dark Turquoise. HEX triplet: 0E, D5 and CD. RGB value is (14,213,205). Sum of RGB (Red+Green+Blue) = 14+213+205=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED5CD is #F12A32. Grayscale: #989898. Windows color (decimal): -15804979 or 13489422. OLE color: 13489422.

HSL color Cylindrical-coordinate representation of color #0ED5CD: hue angle of 177.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED5CD is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 213 205 -
CMYK 0.93 0 0.04 0.16
HSL 177.59º 0.88% 0.45% -
HSV(B) 177.59º 0.93% 0.84% -
XYZ 34.99 52.09 65.97 -
YUV 152.59 157.57 29.15 -
System Red Green Blue C M Y K H S L
Decimal 14 213 205 0.93 0 0.04 0.16 177.59 0.88 0.45
Hex E D5 CD 5D 0 4 10 B2 58 2D
Octal 16 325 315 135 0 4 20 262 130 55
Binary 1110 11010101 11001101 1011101 0 100 10000 10110010 1011000 101101

Color Harmonies of #0ED5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED5CD

Black with #0ED5CD

Text Example


Text Example

White with #0ED5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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