#5AC6CA

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

Shades of Medium Turquoise #5AC6CA

Tints of Medium Turquoise #5AC6CA

Color information

#5AC6CA (or 0x5AC6CA) is unknown color: approx Medium Turquoise. HEX triplet: 5A, C6 and CA. RGB value is (90,198,202). Sum of RGB (Red+Green+Blue) = 90+198+202=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #5AC6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC6CA is #A53935. Grayscale: #A6A6A6. Windows color (decimal): -10828086 or 13289050. OLE color: 13289050.

HSL color Cylindrical-coordinate representation of color #5AC6CA: hue angle of 182.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC6CA is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90198202-
CMYK0.550.0200.21
HSL182.14º51.38%57.25%-
HSV(B)182.14º55.45%79.22%-
XYZ35.0746.8363.07-
YUV166.16148.2273.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.37%
GREEN value IS 198 (77.73% from 255) = 40.41%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=18.37%
G=40.41%
B=41.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901982020.550.0200.21182.1451.3857.25
Hex5AC6CA372015b63339
Octal1323063126720252666371
Binary101101011000110110010101101111001010110110110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,198,202); }

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

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

 a { background-color: rgb(90,198,202); }

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

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

 span { border-color: rgb(90,198,202); }

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