Html Css Color HEX #56DCC9 Medium Turquoise

📋 copy color: '#56DCC9'

red 86 ◦ green 220 ◦ blue 201

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

Shades of Medium Turquoise #56DCC9

Tints of Medium Turquoise #56DCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 16.96%
G = 43.39%
B = 39.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#56DCC9 (or 0x56DCC9) is known color: Medium Turquoise. HEX triplet: 56, DC and C9. RGB value is (86,220,201). Sum of RGB (Red+Green+Blue) = 86+220+201=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #56DCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCC9 is #A92336. Grayscale: #B1B1B1. Windows color (decimal): -11084599 or 13229142. OLE color: 13229142.

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

Color convert

RGB 86 220 201 -
CMYK 0.61 0 0.09 0.14
HSL 171.49º 0.66% 0.6% -
HSV(B) 171.49º 0.61% 0.86% -
XYZ 39.97 57.38 64.23 -
YUV 177.77 141.11 62.54 -
System Red Green Blue C M Y K H S L
Decimal 86 220 201 0.61 0 0.09 0.14 171.49 0.66 0.6
Hex 56 DC C9 3D 0 9 E AB 42 3C
Octal 126 334 311 75 0 11 16 253 102 74
Binary 1010110 11011100 11001001 111101 0 1001 1110 10101011 1000010 111100

Color Harmonies of #56DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DCC9

Black with #56DCC9

Text Example


Text Example

White with #56DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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