#5ACBC5

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

Shades of Medium Turquoise #5ACBC5

Tints of Medium Turquoise #5ACBC5

Color information

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

HSL color Cylindrical-coordinate representation of color #5ACBC5: hue angle of 176.81º 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 #5ACBC5 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB90203197-
CMYK0.5600.030.20
HSL176.81º52.07%57.45%-
HSV(B)176.81º55.67%79.61%-
XYZ35.6548.9260.39-
YUV168.53144.0671.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal902031970.5600.030.20176.8152.0757.45
Hex5ACBC5380314b13439
Octal1323133057003242616471
Binary101101011001011110001011110000111010010110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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