#56CACF

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

Shades of Medium Turquoise #56CACF

Tints of Medium Turquoise #56CACF

Color information

#56CACF (or 0x56CACF) is unknown color: approx Medium Turquoise. HEX triplet: 56, CA and CF. RGB value is (86,202,207). Sum of RGB (Red+Green+Blue) = 86+202+207=495 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.37% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #56CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CACF is #A93530. Grayscale: #A7A7A7. Windows color (decimal): -11089201 or 13617750. OLE color: 13617750.

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

Color convert

RGB86202207-
CMYK0.580.0200.19
HSL182.48º55.76%57.45%-
HSV(B)182.48º58.45%81.18%-
XYZ36.2248.7266.53-
YUV167.89150.0769.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.37%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=17.37%
G=40.81%
B=41.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal862022070.580.0200.19182.4855.7657.45
Hex56CACF3A2013b63839
Octal1263123177220232667071
Binary101011011001010110011111110101001001110110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56CACF; }

 p { color: rgb(86,202,207); }

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

<style>
 a { background-color: #56CACF; }

 a { background-color: rgb(86,202,207); }

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

<style>
 span { border-color: #56CACF; }

 span { border-color: rgb(86,202,207); }

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