Html Css Color HEX #56DCC6 Medium Turquoise

📋 copy color: '#56DCC6'

red 86 ◦ green 220 ◦ blue 198

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

Shades of Medium Turquoise #56DCC6

Tints of Medium Turquoise #56DCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 17.06%
G = 43.65%
B = 39.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#56DCC6 (or 0x56DCC6) is known color: Medium Turquoise. HEX triplet: 56, DC and C6. RGB value is (86,220,198). Sum of RGB (Red+Green+Blue) = 86+220+198=504 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.06% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCC6 is #A92339. Grayscale: #B1B1B1. Windows color (decimal): -11084602 or 13032534. OLE color: 13032534.

HSL color Cylindrical-coordinate representation of color #56DCC6: hue angle of 170.15º 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 #56DCC6 is Cyan = 0.61, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 220 198 -
CMYK 0.61 0 0.1 0.14
HSL 170.15º 0.66% 0.6% -
HSV(B) 170.15º 0.61% 0.86% -
XYZ 39.62 57.24 62.39 -
YUV 177.43 139.61 62.79 -
System Red Green Blue C M Y K H S L
Decimal 86 220 198 0.61 0 0.1 0.14 170.15 0.66 0.6
Hex 56 DC C6 3D 0 A E AA 42 3C
Octal 126 334 306 75 0 12 16 252 102 74
Binary 1010110 11011100 11000110 111101 0 1010 1110 10101010 1000010 111100

Color Harmonies of #56DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DCC6

Black with #56DCC6

Text Example


Text Example

White with #56DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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