Html Css Color HEX #5ED0CD Medium Turquoise

📋 copy color: '#5ED0CD'

red 94 ◦ green 208 ◦ blue 205

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

Shades of Medium Turquoise #5ED0CD

Tints of Medium Turquoise #5ED0CD

RGB

 RED value IS 94 (37.11% from 255) = 18.54%

 GREEN value IS 208 (81.64% from 255) = 41.03%

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

R = 18.54%
G = 41.03%
B = 40.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#5ED0CD (or 0x5ED0CD) is known color: Medium Turquoise. HEX triplet: 5E, D0 and CD. RGB value is (94,208,205). Sum of RGB (Red+Green+Blue) = 94+208+205=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED0CD is #A12F32. Grayscale: #ADADAD. Windows color (decimal): -10563379 or 13488222. OLE color: 13488222.

HSL color Cylindrical-coordinate representation of color #5ED0CD: hue angle of 178.42º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED0CD is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 208 205 -
CMYK 0.55 0 0.01 0.18
HSL 178.42º 0.55% 0.59% -
HSV(B) 178.42º 0.55% 0.82% -
XYZ 38.19 51.9 65.76 -
YUV 173.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 94 208 205 0.55 0 0.01 0.18 178.42 0.55 0.59
Hex 5E D0 CD 37 0 1 12 B2 37 3B
Octal 136 320 315 67 0 1 22 262 67 73
Binary 1011110 11010000 11001101 110111 0 1 10010 10110010 110111 111011

Color Harmonies of #5ED0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED0CD

Black with #5ED0CD

Text Example


Text Example

White with #5ED0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ED0CD; }

 p { color: rgb(94,208,205); }

 H1.HeaderClassName
 {
   color: #5ED0CD;
 }
 .AnyTagClassName
 {
   color: #5ED0CD;
 }
</style>

background-color css

<style>
 a { background-color: #5ED0CD; }

 a { background-color: rgb(94,208,205); }

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

border-color css

<style>
 span { border-color: #5ED0CD; }

 span { border-color: rgb(94,208,205); }

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