#5AD0CC

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

Shades of Medium Turquoise #5AD0CC

Tints of Medium Turquoise #5AD0CC

Color information

#5AD0CC (or 0x5AD0CC) is unknown color: approx Medium Turquoise. HEX triplet: 5A, D0 and CC. RGB value is (90,208,204). Sum of RGB (Red+Green+Blue) = 90+208+204=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD0CC is #A52F33. Grayscale: #ACACAC. Windows color (decimal): -10825524 or 13422682. OLE color: 13422682.

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

Color convert

RGB90208204-
CMYK0.5700.020.18
HSL177.97º55.66%58.43%-
HSV(B)177.97º56.73%81.57%-
XYZ37.6751.6565.11-
YUV172.26145.9169.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.93%
GREEN value IS 208 (81.64% from 255) = 41.43%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=17.93%
G=41.43%
B=40.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal902082040.5700.020.18177.9755.6658.43
Hex5AD0CC390212b2383a
Octal1323203147102222627072
Binary101101011010000110011001110010101001010110010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,208,204); }

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

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

 a { background-color: rgb(90,208,204); }

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

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

 span { border-color: rgb(90,208,204); }

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