Html Css Color HEX #5ED3CA Medium Turquoise

📋 copy color: '#5ED3CA'

red 94 ◦ green 211 ◦ blue 202

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

Shades of Medium Turquoise #5ED3CA

Tints of Medium Turquoise #5ED3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 18.54%
G = 41.62%
B = 39.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#5ED3CA (or 0x5ED3CA) is known color: Medium Turquoise. HEX triplet: 5E, D3 and CA. RGB value is (94,211,202). Sum of RGB (Red+Green+Blue) = 94+211+202=507 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.54% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED3CA is #A12C35. Grayscale: #AEAEAE. Windows color (decimal): -10562614 or 13292382. OLE color: 13292382.

HSL color Cylindrical-coordinate representation of color #5ED3CA: hue angle of 175.38º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED3CA is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 94 211 202 -
CMYK 0.55 0 0.04 0.17
HSL 175.38º 0.57% 0.6% -
HSV(B) 175.38º 0.55% 0.83% -
XYZ 38.57 53.23 64.12 -
YUV 174.99 143.24 70.23 -
System Red Green Blue C M Y K H S L
Decimal 94 211 202 0.55 0 0.04 0.17 175.38 0.57 0.6
Hex 5E D3 CA 37 0 4 11 AF 39 3C
Octal 136 323 312 67 0 4 21 257 71 74
Binary 1011110 11010011 11001010 110111 0 100 10001 10101111 111001 111100

Color Harmonies of #5ED3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED3CA

Black with #5ED3CA

Text Example


Text Example

White with #5ED3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,211,202); }

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

background-color css

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

 a { background-color: rgb(94,211,202); }

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

border-color css

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

 span { border-color: rgb(94,211,202); }

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