#56DFF3

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

Shades of Turquoise Blue #56DFF3

Tints of Turquoise Blue #56DFF3

Color information

#56DFF3 (or 0x56DFF3) is unknown color: approx Turquoise Blue. HEX triplet: 56, DF and F3. RGB value is (86,223,243). Sum of RGB (Red+Green+Blue) = 86+223+243=552 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.58% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #56DFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DFF3 is #A9200C. Grayscale: #B8B8B8. Windows color (decimal): -11083789 or 15982422. OLE color: 15982422.

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

Color convert

RGB86223243-
CMYK0.650.0800.05
HSL187.64º86.74%64.51%-
HSV(B)187.64º64.61%95.29%-
XYZ46.461.2294.17-
YUV184.32161.1157.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862232430.650.0800.05187.6486.7464.51
Hex56DFF341805bc5741
Octal1263373631011005274127101
Binary101011011011111111100111000001100001011011110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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