Html Css Color HEX #56DAC7 Medium Turquoise

📋 copy color: '#56DAC7'

red 86 ◦ green 218 ◦ blue 199

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

Shades of Medium Turquoise #56DAC7

Tints of Medium Turquoise #56DAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

 BLUE value IS 199 (78.13% from 255) = 39.56%

R = 17.1%
G = 43.34%
B = 39.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#56DAC7 (or 0x56DAC7) is known color: Medium Turquoise. HEX triplet: 56, DA and C7. RGB value is (86,218,199). Sum of RGB (Red+Green+Blue) = 86+218+199=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #56DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DAC7 is #A92538. Grayscale: #B0B0B0. Windows color (decimal): -11085113 or 13097558. OLE color: 13097558.

HSL color Cylindrical-coordinate representation of color #56DAC7: hue angle of 171.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DAC7 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 86 218 199 -
CMYK 0.61 0 0.09 0.15
HSL 171.36º 0.64% 0.6% -
HSV(B) 171.36º 0.61% 0.85% -
XYZ 39.22 56.24 62.82 -
YUV 176.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 86 218 199 0.61 0 0.09 0.15 171.36 0.64 0.6
Hex 56 DA C7 3D 0 9 F AB 40 3C
Octal 126 332 307 75 0 11 17 253 100 74
Binary 1010110 11011010 11000111 111101 0 1001 1111 10101011 1000000 111100

Color Harmonies of #56DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DAC7

Black with #56DAC7

Text Example


Text Example

White with #56DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,218,199); }

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

background-color css

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

 a { background-color: rgb(86,218,199); }

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

border-color css

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

 span { border-color: rgb(86,218,199); }

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