#5AC8CA

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

Shades of Medium Turquoise #5AC8CA

Tints of Medium Turquoise #5AC8CA

Color information

#5AC8CA (or 0x5AC8CA) is unknown color: approx Medium Turquoise. HEX triplet: 5A, C8 and CA. RGB value is (90,200,202). Sum of RGB (Red+Green+Blue) = 90+200+202=492 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.29% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #5AC8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC8CA is #A53735. Grayscale: #A7A7A7. Windows color (decimal): -10827574 or 13289562. OLE color: 13289562.

HSL color Cylindrical-coordinate representation of color #5AC8CA: hue angle of 181.07º 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 #5AC8CA is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90200202-
CMYK0.550.0100.21
HSL181.07º51.38%57.25%-
HSV(B)181.07º55.45%79.22%-
XYZ35.5347.7563.22-
YUV167.34147.5672.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.29%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=18.29%
G=40.65%
B=41.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal902002020.550.0100.21181.0751.3857.25
Hex5AC8CA371015b53339
Octal1323103126710252656371
Binary10110101100100011001010110111101010110110101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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