#56DAEA

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

Shades of Turquoise Blue #56DAEA

Tints of Turquoise Blue #56DAEA

Color information

#56DAEA (or 0x56DAEA) is unknown color: approx Turquoise Blue. HEX triplet: 56, DA and EA. RGB value is (86,218,234). Sum of RGB (Red+Green+Blue) = 86+218+234=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #56DAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DAEA is #A92515. Grayscale: #B4B4B4. Windows color (decimal): -11085078 or 15391318. OLE color: 15391318.

HSL color Cylindrical-coordinate representation of color #56DAEA: hue angle of 186.49º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56DAEA is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB86218234-
CMYK0.630.0700.08
HSL186.49º77.89%62.75%-
HSV(B)186.49º63.25%91.76%-
XYZ43.7658.0686.74-
YUV180.36158.2760.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.99%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=15.99%
G=40.52%
B=43.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal862182340.630.0700.08186.4977.8962.75
Hex56DAEA3F708ba4e3f
Octal12633235277701027211677
Binary1010110110110101110101011111111101000101110101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,218,234); }

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

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

 a { background-color: rgb(86,218,234); }

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

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

 span { border-color: rgb(86,218,234); }

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