#56CCBB

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

Shades of Medium Turquoise #56CCBB

Tints of Medium Turquoise #56CCBB

Color information

#56CCBB (or 0x56CCBB) is unknown color: approx Medium Turquoise. HEX triplet: 56, CC and BB. RGB value is (86,204,187). Sum of RGB (Red+Green+Blue) = 86+204+187=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #56CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCBB is #A93344. Grayscale: #A6A6A6. Windows color (decimal): -11088709 or 12307542. OLE color: 12307542.

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

Color convert

RGB86204187-
CMYK0.5800.080.2
HSL171.36º53.64%56.86%-
HSV(B)171.36º57.84%80%-
XYZ34.448.7554.61-
YUV166.78139.4170.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.03%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=18.03%
G=42.77%
B=39.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal862041870.5800.080.2171.3653.6456.86
Hex56CCBB3A0814ab3639
Octal12631427372010242536671
Binary10101101100110010111011111010010001010010101011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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