#56f3d1

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

Shades of Turquoise #56F3D1

Tints of Turquoise #56F3D1

Color information

#56F3D1 (or 0x56F3D1) is unknown color: approx Turquoise. HEX triplet: 56, F3 and D1. RGB value is (86,243,209). Sum of RGB (Red+Green+Blue) = 86+243+209=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #56F3D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F3D1 is #A90C2E. Grayscale: #C0C0C0. Windows color (decimal): -11078703 or 13759318. OLE color: 13759318.

HSL color Cylindrical-coordinate representation of color #56F3D1: hue angle of 167.01º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F3D1 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB86243209-
CMYK0.6500.140.05
HSL167.01º86.74%64.51%-
HSV(B)167.01º64.61%95.29%-
XYZ47.470.6871.47-
YUV192.18137.4952.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.99%
GREEN value IS 243 (95.31% from 255) = 45.17%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=15.99%
G=45.17%
B=38.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862432090.6500.140.05167.0186.7464.51
Hex56F3D1410E5a75741
Octal1263633211010165247127101
Binary101011011110011110100011000001011101011010011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56f3d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,243,209); }

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

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

 a { background-color: rgb(86,243,209); }

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

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

 span { border-color: rgb(86,243,209); }

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