Html Css Color HEX #56DCC3 Medium Turquoise

📋 copy color: '#56DCC3'

red 86 ◦ green 220 ◦ blue 195

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

Shades of Medium Turquoise #56DCC3

Tints of Medium Turquoise #56DCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.92%

R = 17.17%
G = 43.91%
B = 38.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#56DCC3 (or 0x56DCC3) is known color: Medium Turquoise. HEX triplet: 56, DC and C3. RGB value is (86,220,195). Sum of RGB (Red+Green+Blue) = 86+220+195=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCC3 is #A9233C. Grayscale: #B1B1B1. Windows color (decimal): -11084605 or 12835926. OLE color: 12835926.

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

Color convert

RGB 86 220 195 -
CMYK 0.61 0 0.11 0.14
HSL 168.81º 0.66% 0.6% -
HSV(B) 168.81º 0.61% 0.86% -
XYZ 39.28 57.1 60.58 -
YUV 177.08 138.11 63.03 -
System Red Green Blue C M Y K H S L
Decimal 86 220 195 0.61 0 0.11 0.14 168.81 0.66 0.6
Hex 56 DC C3 3D 0 B E A9 42 3C
Octal 126 334 303 75 0 13 16 251 102 74
Binary 1010110 11011100 11000011 111101 0 1011 1110 10101001 1000010 111100

Color Harmonies of #56DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DCC3

Black with #56DCC3

Text Example


Text Example

White with #56DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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