#56CDC2

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

Shades of Medium Turquoise #56CDC2

Tints of Medium Turquoise #56CDC2

Color information

#56CDC2 (or 0x56CDC2) is unknown color: approx Medium Turquoise. HEX triplet: 56, CD and C2. RGB value is (86,205,194). Sum of RGB (Red+Green+Blue) = 86+205+194=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDC2 is #A9323D. Grayscale: #A8A8A8. Windows color (decimal): -11088446 or 12766550. OLE color: 12766550.

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

Color convert

RGB86205194-
CMYK0.5800.050.20
HSL174.45º54.34%57.06%-
HSV(B)174.45º58.05%80.39%-
XYZ35.4149.5458.73-
YUV168.16142.5869.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.73%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 194 (76.17% from 255) = 40%
R=17.73%
G=42.27%
B=40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal862051940.5800.050.20174.4554.3457.06
Hex56CDC23A0514ae3639
Octal1263153027205242566671
Binary1010110110011011100001011101001011010010101110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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