#56CDBA

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

Shades of Medium Turquoise #56CDBA

Tints of Medium Turquoise #56CDBA

Color information

#56CDBA (or 0x56CDBA) is unknown color: approx Medium Turquoise. HEX triplet: 56, CD and BA. RGB value is (86,205,186). Sum of RGB (Red+Green+Blue) = 86+205+186=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDBA is #A93245. Grayscale: #A7A7A7. Windows color (decimal): -11088454 or 12242262. OLE color: 12242262.

HSL color Cylindrical-coordinate representation of color #56CDBA: hue angle of 170.42º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CDBA is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB86205186-
CMYK0.5800.090.20
HSL170.42º54.34%57.06%-
HSV(B)170.42º58.05%80.39%-
XYZ34.5349.1954.13-
YUV167.25138.5870.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.03%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=18.03%
G=42.98%
B=38.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal862051860.5800.090.20170.4254.3457.06
Hex56CDBA3A0914aa3639
Octal12631527272011242526671
Binary10101101100110110111010111010010011010010101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,205,186); }

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

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

 a { background-color: rgb(86,205,186); }

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

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

 span { border-color: rgb(86,205,186); }

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