#5ACFC6

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

Shades of Medium Turquoise #5ACFC6

Tints of Medium Turquoise #5ACFC6

Color information

#5ACFC6 (or 0x5ACFC6) is unknown color: approx Medium Turquoise. HEX triplet: 5A, CF and C6. RGB value is (90,207,198). Sum of RGB (Red+Green+Blue) = 90+207+198=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACFC6 is #A53039. Grayscale: #AAAAAA. Windows color (decimal): -10825786 or 13029210. OLE color: 13029210.

HSL color Cylindrical-coordinate representation of color #5ACFC6: hue angle of 175.38º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACFC6 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB90207198-
CMYK0.5700.040.19
HSL175.38º54.93%58.24%-
HSV(B)175.38º56.52%81.18%-
XYZ36.7250.8861.31-
YUV170.99143.2470.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.18%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 198 (77.73% from 255) = 40%
R=18.18%
G=41.82%
B=40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal902071980.5700.040.19175.3854.9358.24
Hex5ACFC6390413af373a
Octal1323173067104232576772
Binary1011010110011111100011011100101001001110101111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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