Html Css Color HEX #5EC5CD Medium Turquoise

📋 copy color: '#5EC5CD'

red 94 ◦ green 197 ◦ blue 205

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

Shades of Medium Turquoise #5EC5CD

Tints of Medium Turquoise #5EC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

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

R = 18.95%
G = 39.72%
B = 41.33%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5EC5CD (or 0x5EC5CD) is known color: Medium Turquoise. HEX triplet: 5E, C5 and CD. RGB value is (94,197,205). Sum of RGB (Red+Green+Blue) = 94+197+205=496 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.95% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EC5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC5CD is #A13A32. Grayscale: #A6A6A6. Windows color (decimal): -10566195 or 13485406. OLE color: 13485406.

HSL color Cylindrical-coordinate representation of color #5EC5CD: hue angle of 184.32º 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 #5EC5CD is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 197 205 -
CMYK 0.54 0.04 0 0.20
HSL 184.32º 0.53% 0.59% -
HSV(B) 184.32º 0.54% 0.8% -
XYZ 35.6 46.72 64.9 -
YUV 167.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 94 197 205 0.54 0.04 0 0.20 184.32 0.53 0.59
Hex 5E C5 CD 36 4 0 14 B8 35 3B
Octal 136 305 315 66 4 0 24 270 65 73
Binary 1011110 11000101 11001101 110110 100 0 10100 10111000 110101 111011

Color Harmonies of #5EC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC5CD

Black with #5EC5CD

Text Example


Text Example

White with #5EC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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