Html Css Color HEX #5ECECC Medium Turquoise

📋 copy color: '#5ECECC'

red 94 ◦ green 206 ◦ blue 204

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

Shades of Medium Turquoise #5ECECC

Tints of Medium Turquoise #5ECECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.87%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 18.65%
G = 40.87%
B = 40.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#5ECECC (or 0x5ECECC) is known color: Medium Turquoise. HEX triplet: 5E, CE and CC. RGB value is (94,206,204). Sum of RGB (Red+Green+Blue) = 94+206+204=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECECC is #A13133. Grayscale: #ACACAC. Windows color (decimal): -10563892 or 13422174. OLE color: 13422174.

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

Color convert

RGB 94 206 204 -
CMYK 0.54 0 0.01 0.19
HSL 178.93º 0.53% 0.59% -
HSV(B) 178.93º 0.54% 0.81% -
XYZ 37.59 50.88 64.97 -
YUV 172.28 145.89 72.16 -
System Red Green Blue C M Y K H S L
Decimal 94 206 204 0.54 0 0.01 0.19 178.93 0.53 0.59
Hex 5E CE CC 36 0 1 13 B3 35 3B
Octal 136 316 314 66 0 1 23 263 65 73
Binary 1011110 11001110 11001100 110110 0 1 10011 10110011 110101 111011

Color Harmonies of #5ECECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECECC

Black with #5ECECC

Text Example


Text Example

White with #5ECECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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