Html Css Color HEX #56D6C8 Medium Turquoise

📋 copy color: '#56D6C8'

red 86 ◦ green 214 ◦ blue 200

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

Shades of Medium Turquoise #56D6C8

Tints of Medium Turquoise #56D6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 200 (78.52% from 255) = 40%

R = 17.2%
G = 42.8%
B = 40%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#56D6C8 (or 0x56D6C8) is known color: Medium Turquoise. HEX triplet: 56, D6 and C8. RGB value is (86,214,200). Sum of RGB (Red+Green+Blue) = 86+214+200=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #56D6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D6C8 is #A92937. Grayscale: #AEAEAE. Windows color (decimal): -11086136 or 13162070. OLE color: 13162070.

HSL color Cylindrical-coordinate representation of color #56D6C8: hue angle of 173.44º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D6C8 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 214 200 -
CMYK 0.60 0 0.07 0.16
HSL 173.44º 0.61% 0.59% -
HSV(B) 173.44º 0.6% 0.84% -
XYZ 38.31 54.24 63.09 -
YUV 174.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 86 214 200 0.60 0 0.07 0.16 173.44 0.61 0.59
Hex 56 D6 C8 3C 0 7 10 AD 3D 3B
Octal 126 326 310 74 0 7 20 255 75 73
Binary 1010110 11010110 11001000 111100 0 111 10000 10101101 111101 111011

Color Harmonies of #56D6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D6C8

Black with #56D6C8

Text Example


Text Example

White with #56D6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,214,200); }

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

background-color css

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

 a { background-color: rgb(86,214,200); }

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

border-color css

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

 span { border-color: rgb(86,214,200); }

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