Html Css Color HEX #56DCC2 Medium Turquoise

📋 copy color: '#56DCC2'

red 86 ◦ green 220 ◦ blue 194

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

Shades of Medium Turquoise #56DCC2

Tints of Medium Turquoise #56DCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 17.2%
G = 44%
B = 38.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#56DCC2 (or 0x56DCC2) is known color: Medium Turquoise. HEX triplet: 56, DC and C2. RGB value is (86,220,194). Sum of RGB (Red+Green+Blue) = 86+220+194=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCC2 is #A9233D. Grayscale: #B0B0B0. Windows color (decimal): -11084606 or 12770390. OLE color: 12770390.

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

Color convert

RGB 86 220 194 -
CMYK 0.61 0 0.12 0.14
HSL 168.36º 0.66% 0.6% -
HSV(B) 168.36º 0.61% 0.86% -
XYZ 39.17 57.06 59.99 -
YUV 176.97 137.61 63.11 -
System Red Green Blue C M Y K H S L
Decimal 86 220 194 0.61 0 0.12 0.14 168.36 0.66 0.6
Hex 56 DC C2 3D 0 C E A8 42 3C
Octal 126 334 302 75 0 14 16 250 102 74
Binary 1010110 11011100 11000010 111101 0 1100 1110 10101000 1000010 111100

Color Harmonies of #56DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DCC2

Black with #56DCC2

Text Example


Text Example

White with #56DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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