#56C9D8

Color #56C9D8 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #56C9D8

Tints of Medium Turquoise #56C9D8

Color information

#56C9D8 (or 0x56C9D8) is unknown color: approx Medium Turquoise. HEX triplet: 56, C9 and D8. RGB value is (86,201,216). Sum of RGB (Red+Green+Blue) = 86+201+216=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #56C9D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C9D8 is #A93627. Grayscale: #A8A8A8. Windows color (decimal): -11089448 or 14207318. OLE color: 14207318.

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

Color convert

RGB86201216-
CMYK0.600.0700.15
HSL186.92º62.5%59.22%-
HSV(B)186.92º60.19%84.71%-
XYZ37.1248.7172.41-
YUV168.32154.969.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.10%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=17.10%
G=39.96%
B=42.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal862012160.600.0700.15186.9262.559.22
Hex56C9D83C70Fbb3e3b
Octal1263113307470172737673
Binary101011011001001110110001111001110111110111011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56C9D8;
 }
 .AnyTagClassName
 {
   color: #56C9D8;
 }
</style>
background-color css

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

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

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

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

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

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