#56FCD2

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

Shades of Turquoise #56FCD2

Tints of Turquoise #56FCD2

Color information

#56FCD2 (or 0x56FCD2) is unknown color: approx Turquoise. HEX triplet: 56, FC and D2. RGB value is (86,252,210). Sum of RGB (Red+Green+Blue) = 86+252+210=548 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.69% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCD2 is #A9032D. Grayscale: #C5C5C5. Windows color (decimal): -11076398 or 13827158. OLE color: 13827158.

HSL color Cylindrical-coordinate representation of color #56FCD2: hue angle of 164.82º 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 #56FCD2 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB86252210-
CMYK0.6600.170.01
HSL164.82º96.51%66.27%-
HSV(B)164.82º65.87%98.82%-
XYZ50.2876.2573.04-
YUV197.5813548.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.69%
GREEN value IS 252 (98.83% from 255) = 45.99%
BLUE value IS 210 (82.42% from 255) = 38.32%
R=15.69%
G=45.99%
B=38.32%

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
Decimal862522100.6600.170.01164.8296.5166.27
Hex56FCD2420111a56142
Octal1263743221020211245141102
Binary10101101111110011010010100001001000111010010111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56FCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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