Html Css Color HEX #56DFC0 Medium Turquoise

📋 copy color: '#56DFC0'

red 86 ◦ green 223 ◦ blue 192

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

Shades of Medium Turquoise #56DFC0

Tints of Medium Turquoise #56DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.51%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 17.17%
G = 44.51%
B = 38.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#56DFC0 (or 0x56DFC0) is known color: Medium Turquoise. HEX triplet: 56, DF and C0. RGB value is (86,223,192). Sum of RGB (Red+Green+Blue) = 86+223+192=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFC0 is #A9203F. Grayscale: #B2B2B2. Windows color (decimal): -11083840 or 12640086. OLE color: 12640086.

HSL color Cylindrical-coordinate representation of color #56DFC0: hue angle of 166.42º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DFC0 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 223 192 -
CMYK 0.61 0 0.14 0.13
HSL 166.42º 0.68% 0.61% -
HSV(B) 166.42º 0.61% 0.87% -
XYZ 39.74 58.56 59.08 -
YUV 178.5 135.61 62.02 -
System Red Green Blue C M Y K H S L
Decimal 86 223 192 0.61 0 0.14 0.13 166.42 0.68 0.61
Hex 56 DF C0 3D 0 E D A6 44 3D
Octal 126 337 300 75 0 16 15 246 104 75
Binary 1010110 11011111 11000000 111101 0 1110 1101 10100110 1000100 111101

Color Harmonies of #56DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DFC0

Black with #56DFC0

Text Example


Text Example

White with #56DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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