#56C3BE

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

Shades of Medium Turquoise #56C3BE

Tints of Medium Turquoise #56C3BE

Color information

#56C3BE (or 0x56C3BE) is unknown color: approx Medium Turquoise. HEX triplet: 56, C3 and BE. RGB value is (86,195,190). Sum of RGB (Red+Green+Blue) = 86+195+190=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #56C3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C3BE is #A93C41. Grayscale: #A1A1A1. Windows color (decimal): -11091010 or 12501846. OLE color: 12501846.

HSL color Cylindrical-coordinate representation of color #56C3BE: hue angle of 177.25º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C3BE is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB86195190-
CMYK0.5600.030.24
HSL177.25º47.6%55.1%-
HSV(B)177.25º55.9%76.47%-
XYZ32.6544.7355.63-
YUV161.84143.8973.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.26%
GREEN value IS 195 (76.56% from 255) = 41.40%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=18.26%
G=41.40%
B=40.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal861951900.5600.030.24177.2547.655.1
Hex56C3BE380318b13037
Octal1263032767003302616067
Binary101011011000011101111101110000111100010110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,195,190); }

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

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

 a { background-color: rgb(86,195,190); }

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

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

 span { border-color: rgb(86,195,190); }

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