#5ACBCF

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

Shades of Medium Turquoise #5ACBCF

Tints of Medium Turquoise #5ACBCF

Color information

#5ACBCF (or 0x5ACBCF) is unknown color: approx Medium Turquoise. HEX triplet: 5A, CB and CF. RGB value is (90,203,207). Sum of RGB (Red+Green+Blue) = 90+203+207=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #5ACBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBCF is #A53430. Grayscale: #A9A9A9. Windows color (decimal): -10826801 or 13618010. OLE color: 13618010.

HSL color Cylindrical-coordinate representation of color #5ACBCF: hue angle of 182.05º 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 #5ACBCF is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB90203207-
CMYK0.570.0200.19
HSL182.05º54.93%58.24%-
HSV(B)182.05º56.52%81.18%-
XYZ36.8349.3966.62-
YUV169.67149.0671.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18%
GREEN value IS 203 (79.69% from 255) = 40.6%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=18%
G=40.6%
B=41.4%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal902032070.570.0200.19182.0554.9358.24
Hex5ACBCF392013b6373a
Octal1323133177120232666772
Binary101101011001011110011111110011001001110110110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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