#56D8F3

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

Shades of Turquoise Blue #56D8F3

Tints of Turquoise Blue #56D8F3

Color information

#56D8F3 (or 0x56D8F3) is unknown color: approx Turquoise Blue. HEX triplet: 56, D8 and F3. RGB value is (86,216,243). Sum of RGB (Red+Green+Blue) = 86+216+243=545 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.78% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #56D8F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D8F3 is #A9270C. Grayscale: #B3B3B3. Windows color (decimal): -11085581 or 15980630. OLE color: 15980630.

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

Color convert

RGB86216243-
CMYK0.650.1100.05
HSL190.32º86.74%64.51%-
HSV(B)190.32º64.61%95.29%-
XYZ44.5757.5693.56-
YUV180.21163.4360.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.78%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 243 (95.31% from 255) = 44.59%
R=15.78%
G=39.63%
B=44.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862162430.650.1100.05190.3286.7464.51
Hex56D8F341B05be5741
Octal1263303631011305276127101
Binary101011011011000111100111000001101101011011111010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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