Html Css Color HEX #56C2C1 Medium Turquoise

📋 copy color: '#56C2C1'

red 86 ◦ green 194 ◦ blue 193

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

Shades of Medium Turquoise #56C2C1

Tints of Medium Turquoise #56C2C1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.01%

 BLUE value IS 193 (75.78% from 255) = 40.8%

R = 18.18%
G = 41.01%
B = 40.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#56C2C1 (or 0x56C2C1) is known color: Medium Turquoise. HEX triplet: 56, C2 and C1. RGB value is (86,194,193). Sum of RGB (Red+Green+Blue) = 86+194+193=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #56C2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C2C1 is #A93D3E. Grayscale: #A1A1A1. Windows color (decimal): -11091263 or 12698198. OLE color: 12698198.

HSL color Cylindrical-coordinate representation of color #56C2C1: hue angle of 179.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C2C1 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 86 194 193 -
CMYK 0.56 0 0.01 0.24
HSL 179.44º 0.47% 0.55% -
HSV(B) 179.44º 0.56% 0.76% -
XYZ 32.76 44.41 57.3 -
YUV 161.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 86 194 193 0.56 0 0.01 0.24 179.44 0.47 0.55
Hex 56 C2 C1 38 0 1 18 B3 2F 37
Octal 126 302 301 70 0 1 30 263 57 67
Binary 1010110 11000010 11000001 111000 0 1 11000 10110011 101111 110111

Color Harmonies of #56C2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C2C1

Black with #56C2C1

Text Example


Text Example

White with #56C2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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