#5AD9CD

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

Shades of Medium Turquoise #5AD9CD

Tints of Medium Turquoise #5AD9CD

Color information

#5AD9CD (or 0x5AD9CD) is unknown color: approx Medium Turquoise. HEX triplet: 5A, D9 and CD. RGB value is (90,217,205). Sum of RGB (Red+Green+Blue) = 90+217+205=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD9CD is #A52632. Grayscale: #B1B1B1. Windows color (decimal): -10823219 or 13490522. OLE color: 13490522.

HSL color Cylindrical-coordinate representation of color #5AD9CD: hue angle of 174.33º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD9CD is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB90217205-
CMYK0.5900.060.15
HSL174.33º62.56%60.2%-
HSV(B)174.33º58.53%85.1%-
XYZ40.0556.2166.5-
YUV177.66143.4265.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.58%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=17.58%
G=42.38%
B=40.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902172050.5900.060.15174.3362.5660.2
Hex5AD9CD3B06Fae3f3c
Octal1323313157306172567774
Binary101101011011001110011011110110110111110101110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,217,205); }

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

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

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

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

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

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

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