#56F1DC

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

Shades of Turquoise #56F1DC

Tints of Turquoise #56F1DC

Color information

#56F1DC (or 0x56F1DC) is unknown color: approx Turquoise. HEX triplet: 56, F1 and DC. RGB value is (86,241,220). Sum of RGB (Red+Green+Blue) = 86+241+220=547 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.72% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #56F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F1DC is #A90E23. Grayscale: #C0C0C0. Windows color (decimal): -11079204 or 14479702. OLE color: 14479702.

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

Color convert

RGB86241220-
CMYK0.6400.090.05
HSL171.87º84.7%64.12%-
HSV(B)171.87º64.32%94.51%-
XYZ48.2170.0678.69-
YUV192.26143.6552.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.72%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=15.72%
G=44.06%
B=40.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862412200.6400.090.05171.8784.764.12
Hex56F1DC40095ac5540
Octal1263613341000115254125100
Binary101011011110001110111001000000010011011010110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,241,220); }

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

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

 a { background-color: rgb(86,241,220); }

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

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

 span { border-color: rgb(86,241,220); }

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