#56F3DF

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

Shades of Turquoise #56F3DF

Tints of Turquoise #56F3DF

Color information

#56F3DF (or 0x56F3DF) is unknown color: approx Turquoise. HEX triplet: 56, F3 and DF. RGB value is (86,243,223). Sum of RGB (Red+Green+Blue) = 86+243+223=552 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.58% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #56F3DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F3DF is #A90C20. Grayscale: #C1C1C1. Windows color (decimal): -11078689 or 14676822. OLE color: 14676822.

HSL color Cylindrical-coordinate representation of color #56F3DF: hue angle of 172.36º 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 #56F3DF is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB86243223-
CMYK0.6500.080.05
HSL172.36º86.74%64.51%-
HSV(B)172.36º64.61%95.29%-
XYZ49.2171.4181-
YUV193.78144.4951.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.58%
GREEN value IS 243 (95.31% from 255) = 44.02%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=15.58%
G=44.02%
B=40.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862432230.6500.080.05172.3686.7464.51
Hex56F3DF41085ac5741
Octal1263633371010105254127101
Binary101011011110011110111111000001010001011010110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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