#56d9cd

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

Shades of Medium Turquoise #56D9CD

Tints of Medium Turquoise #56D9CD

Color information

#56D9CD (or 0x56D9CD) is unknown color: approx Medium Turquoise. HEX triplet: 56, D9 and CD. RGB value is (86,217,205). Sum of RGB (Red+Green+Blue) = 86+217+205=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #56D9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D9CD is #A92632. Grayscale: #B0B0B0. Windows color (decimal): -11085363 or 13490518. OLE color: 13490518.

HSL color Cylindrical-coordinate representation of color #56D9CD: hue angle of 174.5º degrees, saturation: 0.63, 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 #56D9CD is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB86217205-
CMYK0.6000.060.15
HSL174.5º63.29%59.41%-
HSV(B)174.5º60.37%85.1%-
XYZ39.6756.0166.48-
YUV176.46144.163.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.93%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=16.93%
G=42.72%
B=40.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal862172050.6000.060.15174.563.2959.41
Hex56D9CD3C06Faf3f3b
Octal1263313157406172577773
Binary101011011011001110011011111000110111110101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56d9cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,217,205); }

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

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

 a { background-color: rgb(86,217,205); }

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

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

 span { border-color: rgb(86,217,205); }

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