#5ECDCD

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

Shades of Medium Turquoise #5ECDCD

Tints of Medium Turquoise #5ECDCD

Color information

#5ECDCD (or 0x5ECDCD) is unknown color: approx Medium Turquoise. HEX triplet: 5E, CD and CD. RGB value is (94,205,205). Sum of RGB (Red+Green+Blue) = 94+205+205=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #5ECDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDCD is #A13232. Grayscale: #ABABAB. Windows color (decimal): -10564147 or 13487454. OLE color: 13487454.

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

Color convert

RGB94205205-
CMYK0.54000.20
HSL180º52.61%58.63%-
HSV(B)180º54.15%80.39%-
XYZ37.4750.4565.52-
YUV171.81146.7372.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.65%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=18.65%
G=40.67%
B=40.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942052050.54000.2018052.6158.63
Hex5ECDCD360014b4353b
Octal1363153156600242646573
Binary10111101100110111001101110110001010010110100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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