Html Css Color HEX #5ECACD Medium Turquoise

📋 copy color: '#5ECACD'

red 94 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #5ECACD

Tints of Medium Turquoise #5ECACD

RGB

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

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

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

R = 18.76%
G = 40.32%
B = 40.92%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5ECACD (or 0x5ECACD) is known color: Medium Turquoise. HEX triplet: 5E, CA and CD. RGB value is (94,202,205). Sum of RGB (Red+Green+Blue) = 94+202+205=501 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.76% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ECACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECACD is #A13532. Grayscale: #A9A9A9. Windows color (decimal): -10564915 or 13486686. OLE color: 13486686.

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

Color convert

RGB 94 202 205 -
CMYK 0.54 0.01 0 0.20
HSL 181.62º 0.53% 0.59% -
HSV(B) 181.62º 0.54% 0.8% -
XYZ 36.76 49.03 65.28 -
YUV 170.05 147.72 73.76 -
System Red Green Blue C M Y K H S L
Decimal 94 202 205 0.54 0.01 0 0.20 181.62 0.53 0.59
Hex 5E CA CD 36 1 0 14 B6 35 3B
Octal 136 312 315 66 1 0 24 266 65 73
Binary 1011110 11001010 11001101 110110 1 0 10100 10110110 110101 111011

Color Harmonies of #5ECACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECACD

Black with #5ECACD

Text Example


Text Example

White with #5ECACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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