Html Css Color HEX #5ECACE Medium Turquoise

📋 copy color: '#5ECACE'

red 94 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #5ECACE

Tints of Medium Turquoise #5ECACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 18.73%
G = 40.24%
B = 41.04%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5ECACE (or 0x5ECACE) is known color: Medium Turquoise. HEX triplet: 5E, CA and CE. RGB value is (94,202,206). Sum of RGB (Red+Green+Blue) = 94+202+206=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #5ECACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECACE is #A13531. Grayscale: #AAAAAA. Windows color (decimal): -10564914 or 13552222. OLE color: 13552222.

HSL color Cylindrical-coordinate representation of color #5ECACE: hue angle of 182.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECACE is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 202 206 -
CMYK 0.54 0.02 0 0.19
HSL 182.14º 0.53% 0.59% -
HSV(B) 182.14º 0.54% 0.81% -
XYZ 36.88 49.08 65.92 -
YUV 170.16 148.22 73.67 -
System Red Green Blue C M Y K H S L
Decimal 94 202 206 0.54 0.02 0 0.19 182.14 0.53 0.59
Hex 5E CA CE 36 2 0 13 B6 35 3B
Octal 136 312 316 66 2 0 23 266 65 73
Binary 1011110 11001010 11001110 110110 10 0 10011 10110110 110101 111011

Color Harmonies of #5ECACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECACE

Black with #5ECACE

Text Example


Text Example

White with #5ECACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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