#5AD1C3

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

Shades of Medium Turquoise #5AD1C3

Tints of Medium Turquoise #5AD1C3

Color information

#5AD1C3 (or 0x5AD1C3) is unknown color: approx Medium Turquoise. HEX triplet: 5A, D1 and C3. RGB value is (90,209,195). Sum of RGB (Red+Green+Blue) = 90+209+195=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD1C3 is #A52E3C. Grayscale: #ABABAB. Windows color (decimal): -10825277 or 12833114. OLE color: 12833114.

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

Color convert

RGB90209195-
CMYK0.5700.070.18
HSL172.94º56.4%58.63%-
HSV(B)172.94º56.94%81.96%-
XYZ36.8751.7159.67-
YUV171.82141.0869.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.22%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 195 (76.56% from 255) = 39.47%
R=18.22%
G=42.31%
B=39.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902091950.5700.070.18172.9456.458.63
Hex5AD1C3390712ad383b
Octal1323213037107222557073
Binary1011010110100011100001111100101111001010101101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,209,195); }

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

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

 a { background-color: rgb(90,209,195); }

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

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

 span { border-color: rgb(90,209,195); }

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