#56CBBE

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

Shades of Medium Turquoise #56CBBE

Tints of Medium Turquoise #56CBBE

Color information

#56CBBE (or 0x56CBBE) is unknown color: approx Medium Turquoise. HEX triplet: 56, CB and BE. RGB value is (86,203,190). Sum of RGB (Red+Green+Blue) = 86+203+190=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #56CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CBBE is #A93441. Grayscale: #A6A6A6. Windows color (decimal): -11088962 or 12503894. OLE color: 12503894.

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

Color convert

RGB86203190-
CMYK0.5800.060.20
HSL173.33º52.94%56.67%-
HSV(B)173.33º57.64%79.61%-
XYZ34.4948.4156.24-
YUV166.54141.2470.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.95%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=17.95%
G=42.38%
B=39.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal862031900.5800.060.20173.3352.9456.67
Hex56CBBE3A0614ad3539
Octal1263132767206242556571
Binary1010110110010111011111011101001101010010101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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