Html Css Color HEX #56C1BA Medium Turquoise

📋 copy color: '#56C1BA'

red 86 ◦ green 193 ◦ blue 186

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

Shades of Medium Turquoise #56C1BA

Tints of Medium Turquoise #56C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.51%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 18.49%
G = 41.51%
B = 40%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#56C1BA (or 0x56C1BA) is known color: Medium Turquoise. HEX triplet: 56, C1 and BA. RGB value is (86,193,186). Sum of RGB (Red+Green+Blue) = 86+193+186=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #56C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C1BA is #A93E45. Grayscale: #A0A0A0. Windows color (decimal): -11091526 or 12239190. OLE color: 12239190.

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

Color convert

RGB 86 193 186 -
CMYK 0.55 0 0.04 0.24
HSL 176.07º 0.46% 0.55% -
HSV(B) 176.07º 0.55% 0.76% -
XYZ 31.77 43.66 53.21 -
YUV 160.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 86 193 186 0.55 0 0.04 0.24 176.07 0.46 0.55
Hex 56 C1 BA 37 0 4 18 B0 2E 37
Octal 126 301 272 67 0 4 30 260 56 67
Binary 1010110 11000001 10111010 110111 0 100 11000 10110000 101110 110111

Color Harmonies of #56C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C1BA

Black with #56C1BA

Text Example


Text Example

White with #56C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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