#5AC5CB

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

Shades of Medium Turquoise #5AC5CB

Tints of Medium Turquoise #5AC5CB

Color information

#5AC5CB (or 0x5AC5CB) is unknown color: approx Medium Turquoise. HEX triplet: 5A, C5 and CB. RGB value is (90,197,203). Sum of RGB (Red+Green+Blue) = 90+197+203=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #5AC5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC5CB is #A53A34. Grayscale: #A5A5A5. Windows color (decimal): -10828341 or 13354330. OLE color: 13354330.

HSL color Cylindrical-coordinate representation of color #5AC5CB: hue angle of 183.19º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AC5CB is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90197203-
CMYK0.560.0300.20
HSL183.19º52.07%57.45%-
HSV(B)183.19º55.67%79.61%-
XYZ34.9646.4263.62-
YUV165.69149.0574.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.37%
GREEN value IS 197 (77.34% from 255) = 40.20%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=18.37%
G=40.20%
B=41.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901972030.560.0300.20183.1952.0757.45
Hex5AC5CB383014b73439
Octal1323053137030242676471
Binary101101011000101110010111110001101010010110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,197,203); }

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

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

 a { background-color: rgb(90,197,203); }

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

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

 span { border-color: rgb(90,197,203); }

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