#56CDBB

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

Shades of Medium Turquoise #56CDBB

Tints of Medium Turquoise #56CDBB

Color information

#56CDBB (or 0x56CDBB) is unknown color: approx Medium Turquoise. HEX triplet: 56, CD and BB. RGB value is (86,205,187). Sum of RGB (Red+Green+Blue) = 86+205+187=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDBB is #A93244. Grayscale: #A7A7A7. Windows color (decimal): -11088453 or 12307798. OLE color: 12307798.

HSL color Cylindrical-coordinate representation of color #56CDBB: hue angle of 170.92º 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 #56CDBB is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB86205187-
CMYK0.5800.090.20
HSL170.92º54.34%57.06%-
HSV(B)170.92º58.05%80.39%-
XYZ34.6449.2354.69-
YUV167.37139.0869.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.99%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=17.99%
G=42.89%
B=39.12%

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
Decimal862051870.5800.090.20170.9254.3457.06
Hex56CDBB3A0914ab3639
Octal12631527372011242536671
Binary10101101100110110111011111010010011010010101011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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