Html Css Color HEX #5ECAC9 Medium Turquoise

📋 copy color: '#5ECAC9'

red 94 ◦ green 202 ◦ blue 201

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

Shades of Medium Turquoise #5ECAC9

Tints of Medium Turquoise #5ECAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.64%

 BLUE value IS 201 (78.91% from 255) = 40.44%

R = 18.91%
G = 40.64%
B = 40.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#5ECAC9 (or 0x5ECAC9) is known color: Medium Turquoise. HEX triplet: 5E, CA and C9. RGB value is (94,202,201). Sum of RGB (Red+Green+Blue) = 94+202+201=497 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.91% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECAC9 is #A13536. Grayscale: #A9A9A9. Windows color (decimal): -10564919 or 13224542. OLE color: 13224542.

HSL color Cylindrical-coordinate representation of color #5ECAC9: hue angle of 179.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ECAC9 is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 202 201 -
CMYK 0.53 0 0.00 0.21
HSL 179.44º 0.5% 0.58% -
HSV(B) 179.44º 0.53% 0.79% -
XYZ 36.28 48.84 62.77 -
YUV 169.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 94 202 201 0.53 0 0.00 0.21 179.44 0.5 0.58
Hex 5E CA C9 35 0 0 15 B3 32 3A
Octal 136 312 311 65 0 0 25 263 62 72
Binary 1011110 11001010 11001001 110101 0 0 10101 10110011 110010 111010

Color Harmonies of #5ECAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECAC9

Black with #5ECAC9

Text Example


Text Example

White with #5ECAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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