#56CDC1

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

Shades of Medium Turquoise #56CDC1

Tints of Medium Turquoise #56CDC1

Color information

#56CDC1 (or 0x56CDC1) is unknown color: approx Medium Turquoise. HEX triplet: 56, CD and C1. RGB value is (86,205,193). Sum of RGB (Red+Green+Blue) = 86+205+193=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDC1 is #A9323E. Grayscale: #A7A7A7. Windows color (decimal): -11088447 or 12701014. OLE color: 12701014.

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

Color convert

RGB86205193-
CMYK0.5800.060.20
HSL173.95º54.34%57.06%-
HSV(B)173.95º58.05%80.39%-
XYZ35.2949.4958.14-
YUV168.05142.0869.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.77%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=17.77%
G=42.36%
B=39.88%

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
Decimal862051930.5800.060.20173.9554.3457.06
Hex56CDC13A0614ae3639
Octal1263153017206242566671
Binary1010110110011011100000111101001101010010101110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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