#5ACCC0

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

Shades of Medium Turquoise #5ACCC0

Tints of Medium Turquoise #5ACCC0

Color information

#5ACCC0 (or 0x5ACCC0) is unknown color: approx Medium Turquoise. HEX triplet: 5A, CC and C0. RGB value is (90,204,192). Sum of RGB (Red+Green+Blue) = 90+204+192=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACCC0 is #A5333F. Grayscale: #A8A8A8. Windows color (decimal): -10826560 or 12635226. OLE color: 12635226.

HSL color Cylindrical-coordinate representation of color #5ACCC0: hue angle of 173.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACCC0 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB90204192-
CMYK0.5600.060.2
HSL173.68º52.78%57.65%-
HSV(B)173.68º55.88%80%-
XYZ35.3249.1757.5-
YUV168.55141.2371.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.52%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=18.52%
G=41.98%
B=39.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal902041920.5600.060.2173.6852.7857.65
Hex5ACCC0380614ae353a
Octal1323143007006242566572
Binary1011010110011001100000011100001101010010101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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