Html Css Color HEX #56DCC0 Medium Turquoise

📋 copy color: '#56DCC0'

red 86 ◦ green 220 ◦ blue 192

#56DCC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #56DCC0

Tints of Medium Turquoise #56DCC0

RGB

 RED value IS 86 (33.98% from 255) = 17.27%

 GREEN value IS 220 (86.33% from 255) = 44.18%

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 17.27%
G = 44.18%
B = 38.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#56DCC0 (or 0x56DCC0) is known color: Medium Turquoise. HEX triplet: 56, DC and C0. RGB value is (86,220,192). Sum of RGB (Red+Green+Blue) = 86+220+192=498 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.27% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCC0 is #A9233F. Grayscale: #B0B0B0. Windows color (decimal): -11084608 or 12639318. OLE color: 12639318.

HSL color Cylindrical-coordinate representation of color #56DCC0: hue angle of 167.46º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DCC0 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 220 192 -
CMYK 0.61 0 0.13 0.14
HSL 167.46º 0.66% 0.6% -
HSV(B) 167.46º 0.61% 0.86% -
XYZ 38.95 56.97 58.81 -
YUV 176.74 136.61 63.28 -
System Red Green Blue C M Y K H S L
Decimal 86 220 192 0.61 0 0.13 0.14 167.46 0.66 0.6
Hex 56 DC C0 3D 0 D E A7 42 3C
Octal 126 334 300 75 0 15 16 247 102 74
Binary 1010110 11011100 11000000 111101 0 1101 1110 10100111 1000010 111100

Color Harmonies of #56DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DCC0

Black with #56DCC0

Text Example


Text Example

White with #56DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,220,192); }

 H1.HeaderClassName
 {
   color: #56DCC0;
 }
 .AnyTagClassName
 {
   color: #56DCC0;
 }
</style>

background-color css

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

 a { background-color: rgb(86,220,192); }

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

border-color css

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

 span { border-color: rgb(86,220,192); }

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