Html Css Color HEX #5ED5CA Medium Turquoise

📋 copy color: '#5ED5CA'

red 94 ◦ green 213 ◦ blue 202

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

Shades of Medium Turquoise #5ED5CA

Tints of Medium Turquoise #5ED5CA

RGB

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

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

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

R = 18.47%
G = 41.85%
B = 39.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5ED5CA (or 0x5ED5CA) is known color: Medium Turquoise. HEX triplet: 5E, D5 and CA. RGB value is (94,213,202). Sum of RGB (Red+Green+Blue) = 94+213+202=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED5CA is #A12A35. Grayscale: #B0B0B0. Windows color (decimal): -10562102 or 13292894. OLE color: 13292894.

HSL color Cylindrical-coordinate representation of color #5ED5CA: hue angle of 174.45º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED5CA is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 213 202 -
CMYK 0.56 0 0.05 0.16
HSL 174.45º 0.59% 0.6% -
HSV(B) 174.45º 0.56% 0.84% -
XYZ 39.07 54.23 64.29 -
YUV 176.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 94 213 202 0.56 0 0.05 0.16 174.45 0.59 0.6
Hex 5E D5 CA 38 0 5 10 AE 3B 3C
Octal 136 325 312 70 0 5 20 256 73 74
Binary 1011110 11010101 11001010 111000 0 101 10000 10101110 111011 111100

Color Harmonies of #5ED5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED5CA

Black with #5ED5CA

Text Example


Text Example

White with #5ED5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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