#5AD1C4

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

Shades of Medium Turquoise #5AD1C4

Tints of Medium Turquoise #5AD1C4

Color information

#5AD1C4 (or 0x5AD1C4) is unknown color: approx Medium Turquoise. HEX triplet: 5A, D1 and C4. RGB value is (90,209,196). Sum of RGB (Red+Green+Blue) = 90+209+196=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD1C4 is #A52E3B. Grayscale: #ABABAB. Windows color (decimal): -10825276 or 12898650. OLE color: 12898650.

HSL color Cylindrical-coordinate representation of color #5AD1C4: hue angle of 173.45º 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 #5AD1C4 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB90209196-
CMYK0.5700.060.18
HSL173.45º56.4%58.63%-
HSV(B)173.45º56.94%81.96%-
XYZ36.9851.7660.27-
YUV171.94141.5869.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.18%
GREEN value IS 209 (82.03% from 255) = 42.22%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=18.18%
G=42.22%
B=39.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902091960.5700.060.18173.4556.458.63
Hex5AD1C4390612ad383b
Octal1323213047106222557073
Binary1011010110100011100010011100101101001010101101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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