#56fcd0

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

Shades of Turquoise #56FCD0

Tints of Turquoise #56FCD0

Color information

#56FCD0 (or 0x56FCD0) is unknown color: approx Turquoise. HEX triplet: 56, FC and D0. RGB value is (86,252,208). Sum of RGB (Red+Green+Blue) = 86+252+208=546 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.75% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCD0 is #A9032F. Grayscale: #C5C5C5. Windows color (decimal): -11076400 or 13696086. OLE color: 13696086.

HSL color Cylindrical-coordinate representation of color #56FCD0: hue angle of 164.1º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FCD0 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB86252208-
CMYK0.6600.170.01
HSL164.1º96.51%66.27%-
HSV(B)164.1º65.87%98.82%-
XYZ50.0376.1571.74-
YUV197.3513448.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.75%
GREEN value IS 252 (98.83% from 255) = 46.15%
BLUE value IS 208 (81.64% from 255) = 38.10%
R=15.75%
G=46.15%
B=38.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal862522080.6600.170.01164.196.5166.27
Hex56FCD0420111a46142
Octal1263743201020211244141102
Binary10101101111110011010000100001001000111010010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56fcd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,252,208); }

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

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

 a { background-color: rgb(86,252,208); }

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

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

 span { border-color: rgb(86,252,208); }

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