#5ECDCC

Color #5ECDCC Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #5ECDCC

Tints of Medium Turquoise #5ECDCC

Color information

#5ECDCC (or 0x5ECDCC) is unknown color: approx Medium Turquoise. HEX triplet: 5E, CD and CC. RGB value is (94,205,204). Sum of RGB (Red+Green+Blue) = 94+205+204=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDCC is #A13233. Grayscale: #ABABAB. Windows color (decimal): -10564148 or 13421918. OLE color: 13421918.

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

Color convert

RGB94205204-
CMYK0.5400.000.20
HSL179.46º52.61%58.63%-
HSV(B)179.46º54.15%80.39%-
XYZ37.3550.464.89-
YUV171.7146.2372.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.69%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=18.69%
G=40.76%
B=40.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942052040.5400.000.20179.4652.6158.63
Hex5ECDCC360014b3353b
Octal1363153146600242636573
Binary10111101100110111001100110110001010010110011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ECDCC;
 }
 .AnyTagClassName
 {
   color: #5ECDCC;
 }
</style>
background-color css

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

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

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

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

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

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