Html Css Color HEX #56C2BD Medium Turquoise

📋 copy color: '#56C2BD'

red 86 ◦ green 194 ◦ blue 189

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

Shades of Medium Turquoise #56C2BD

Tints of Medium Turquoise #56C2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 18.34%
G = 41.36%
B = 40.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#56C2BD (or 0x56C2BD) is known color: Medium Turquoise. HEX triplet: 56, C2 and BD. RGB value is (86,194,189). Sum of RGB (Red+Green+Blue) = 86+194+189=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #56C2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C2BD is #A93D42. Grayscale: #A1A1A1. Windows color (decimal): -11091267 or 12436054. OLE color: 12436054.

HSL color Cylindrical-coordinate representation of color #56C2BD: hue angle of 177.22º 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 #56C2BD is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 86 194 189 -
CMYK 0.56 0 0.03 0.24
HSL 177.22º 0.47% 0.55% -
HSV(B) 177.22º 0.56% 0.76% -
XYZ 32.31 44.24 54.98 -
YUV 161.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 86 194 189 0.56 0 0.03 0.24 177.22 0.47 0.55
Hex 56 C2 BD 38 0 3 18 B1 2F 37
Octal 126 302 275 70 0 3 30 261 57 67
Binary 1010110 11000010 10111101 111000 0 11 11000 10110001 101111 110111

Color Harmonies of #56C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C2BD

Black with #56C2BD

Text Example


Text Example

White with #56C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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