#56CCCF

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

Shades of Medium Turquoise #56CCCF

Tints of Medium Turquoise #56CCCF

Color information

#56CCCF (or 0x56CCCF) is unknown color: approx Medium Turquoise. HEX triplet: 56, CC and CF. RGB value is (86,204,207). Sum of RGB (Red+Green+Blue) = 86+204+207=497 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.30% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #56CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CCCF is #A93330. Grayscale: #A8A8A8. Windows color (decimal): -11088689 or 13618262. OLE color: 13618262.

HSL color Cylindrical-coordinate representation of color #56CCCF: hue angle of 181.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CCCF is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB86204207-
CMYK0.580.0100.19
HSL181.49º55.76%57.45%-
HSV(B)181.49º58.45%81.18%-
XYZ36.6949.6766.68-
YUV169.06149.4168.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.30%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=17.30%
G=41.05%
B=41.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal862042070.580.0100.19181.4955.7657.45
Hex56CCCF3A1013b53839
Octal1263143177210232657071
Binary10101101100110011001111111010101001110110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,204,207); }

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

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

 a { background-color: rgb(86,204,207); }

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

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

 span { border-color: rgb(86,204,207); }

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