Html Css Color HEX #56C0BE Medium Turquoise

📋 copy color: '#56C0BE'

red 86 ◦ green 192 ◦ blue 190

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

Shades of Medium Turquoise #56C0BE

Tints of Medium Turquoise #56C0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.03%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 18.38%
G = 41.03%
B = 40.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#56C0BE (or 0x56C0BE) is known color: Medium Turquoise. HEX triplet: 56, C0 and BE. RGB value is (86,192,190). Sum of RGB (Red+Green+Blue) = 86+192+190=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #56C0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C0BE is #A93F41. Grayscale: #9F9F9F. Windows color (decimal): -11091778 or 12501078. OLE color: 12501078.

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

Color convert

RGB 86 192 190 -
CMYK 0.55 0 0.01 0.25
HSL 178.87º 0.46% 0.55% -
HSV(B) 178.87º 0.55% 0.75% -
XYZ 31.98 43.4 55.41 -
YUV 160.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 86 192 190 0.55 0 0.01 0.25 178.87 0.46 0.55
Hex 56 C0 BE 37 0 1 19 B3 2E 37
Octal 126 300 276 67 0 1 31 263 56 67
Binary 1010110 11000000 10111110 110111 0 1 11001 10110011 101110 110111

Color Harmonies of #56C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C0BE

Black with #56C0BE

Text Example


Text Example

White with #56C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,192,190); }

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

background-color css

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

 a { background-color: rgb(86,192,190); }

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

border-color css

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

 span { border-color: rgb(86,192,190); }

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