#56FCD3

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

Shades of Turquoise #56FCD3

Tints of Turquoise #56FCD3

Color information

#56FCD3 (or 0x56FCD3) is unknown color: approx Turquoise. HEX triplet: 56, FC and D3. RGB value is (86,252,211). Sum of RGB (Red+Green+Blue) = 86+252+211=549 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.66% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCD3 is #A9032C. Grayscale: #C5C5C5. Windows color (decimal): -11076397 or 13892694. OLE color: 13892694.

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

Color convert

RGB86252211-
CMYK0.6600.160.01
HSL165.18º96.51%66.27%-
HSV(B)165.18º65.87%98.82%-
XYZ50.4176.373.7-
YUV197.69135.548.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.66%
GREEN value IS 252 (98.83% from 255) = 45.90%
BLUE value IS 211 (82.81% from 255) = 38.43%
R=15.66%
G=45.90%
B=38.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal862522110.6600.160.01165.1896.5166.27
Hex56FCD3420101a56142
Octal1263743231020201245141102
Binary10101101111110011010011100001001000011010010111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56FCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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