Html Css Color HEX #5ECDC8 Medium Turquoise

📋 copy color: '#5ECDC8'

red 94 ◦ green 205 ◦ blue 200

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

Shades of Medium Turquoise #5ECDC8

Tints of Medium Turquoise #5ECDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.08%

R = 18.84%
G = 41.08%
B = 40.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#5ECDC8 (or 0x5ECDC8) is known color: Medium Turquoise. HEX triplet: 5E, CD and C8. RGB value is (94,205,200). Sum of RGB (Red+Green+Blue) = 94+205+200=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDC8 is #A13237. Grayscale: #ABABAB. Windows color (decimal): -10564152 or 13159774. OLE color: 13159774.

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

Color convert

RGB 94 205 200 -
CMYK 0.54 0 0.02 0.20
HSL 177.3º 0.53% 0.59% -
HSV(B) 177.3º 0.54% 0.8% -
XYZ 36.87 50.21 62.39 -
YUV 171.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 94 205 200 0.54 0 0.02 0.20 177.3 0.53 0.59
Hex 5E CD C8 36 0 2 14 B1 35 3B
Octal 136 315 310 66 0 2 24 261 65 73
Binary 1011110 11001101 11001000 110110 0 10 10100 10110001 110101 111011

Color Harmonies of #5ECDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECDC8

Black with #5ECDC8

Text Example


Text Example

White with #5ECDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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