Html Css Color HEX #5ECDC7 Medium Turquoise

📋 copy color: '#5ECDC7'

red 94 ◦ green 205 ◦ blue 199

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

Shades of Medium Turquoise #5ECDC7

Tints of Medium Turquoise #5ECDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.16%

 BLUE value IS 199 (78.13% from 255) = 39.96%

R = 18.88%
G = 41.16%
B = 39.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#5ECDC7 (or 0x5ECDC7) is known color: Medium Turquoise. HEX triplet: 5E, CD and C7. RGB value is (94,205,199). Sum of RGB (Red+Green+Blue) = 94+205+199=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDC7 is #A13238. Grayscale: #ABABAB. Windows color (decimal): -10564153 or 13094238. OLE color: 13094238.

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

Color convert

RGB 94 205 199 -
CMYK 0.54 0 0.03 0.20
HSL 176.76º 0.53% 0.59% -
HSV(B) 176.76º 0.54% 0.8% -
XYZ 36.76 50.17 61.78 -
YUV 171.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 94 205 199 0.54 0 0.03 0.20 176.76 0.53 0.59
Hex 5E CD C7 36 0 3 14 B1 35 3B
Octal 136 315 307 66 0 3 24 261 65 73
Binary 1011110 11001101 11000111 110110 0 11 10100 10110001 110101 111011

Color Harmonies of #5ECDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECDC7

Black with #5ECDC7

Text Example


Text Example

White with #5ECDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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