#5EC5D0

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

Shades of Medium Turquoise #5EC5D0

Tints of Medium Turquoise #5EC5D0

Color information

#5EC5D0 (or 0x5EC5D0) is unknown color: approx Medium Turquoise. HEX triplet: 5E, C5 and D0. RGB value is (94,197,208). Sum of RGB (Red+Green+Blue) = 94+197+208=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #5EC5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC5D0 is #A13A2F. Grayscale: #A7A7A7. Windows color (decimal): -10566192 or 13682014. OLE color: 13682014.

HSL color Cylindrical-coordinate representation of color #5EC5D0: hue angle of 185.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EC5D0 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB94197208-
CMYK0.550.0500.18
HSL185.79º54.81%59.22%-
HSV(B)185.79º54.81%81.57%-
XYZ35.9746.8766.82-
YUV167.46150.8875.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.84%
GREEN value IS 197 (77.34% from 255) = 39.48%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=18.84%
G=39.48%
B=41.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal941972080.550.0500.18185.7954.8159.22
Hex5EC5D0375012ba373b
Octal1363053206750222726773
Binary1011110110001011101000011011110101001010111010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,197,208); }

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

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

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

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

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

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

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