#56D2CB

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

Shades of Medium Turquoise #56D2CB

Tints of Medium Turquoise #56D2CB

Color information

#56D2CB (or 0x56D2CB) is unknown color: approx Medium Turquoise. HEX triplet: 56, D2 and CB. RGB value is (86,210,203). Sum of RGB (Red+Green+Blue) = 86+210+203=499 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.23% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #56D2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D2CB is #A92D34. Grayscale: #ACACAC. Windows color (decimal): -11087157 or 13357654. OLE color: 13357654.

HSL color Cylindrical-coordinate representation of color #56D2CB: hue angle of 176.61º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D2CB is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB86210203-
CMYK0.5900.030.18
HSL176.61º57.94%58.04%-
HSV(B)176.61º59.05%82.35%-
XYZ37.6652.3864.63-
YUV172.13145.4266.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.23%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=17.23%
G=42.08%
B=40.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal862102030.5900.030.18176.6157.9458.04
Hex56D2CB3B0312b13a3a
Octal1263223137303222617272
Binary101011011010010110010111110110111001010110001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,210,203); }

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

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

 a { background-color: rgb(86,210,203); }

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

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

 span { border-color: rgb(86,210,203); }

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