#56dce7

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

Shades of Turquoise Blue #56DCE7

Tints of Turquoise Blue #56DCE7

Color information

#56DCE7 (or 0x56DCE7) is unknown color: approx Turquoise Blue. HEX triplet: 56, DC and E7. RGB value is (86,220,231). Sum of RGB (Red+Green+Blue) = 86+220+231=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #56DCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DCE7 is #A92318. Grayscale: #B5B5B5. Windows color (decimal): -11084569 or 15195222. OLE color: 15195222.

HSL color Cylindrical-coordinate representation of color #56DCE7: hue angle of 184.55º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56DCE7 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86220231-
CMYK0.630.0500.09
HSL184.55º75.13%62.16%-
HSV(B)184.55º62.77%90.59%-
XYZ43.8558.9384.67-
YUV181.19156.1160.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.01%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=16.01%
G=40.97%
B=43.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862202310.630.0500.09184.5575.1362.16
Hex56DCE73F509b94b3e
Octal12633434777501127111376
Binary1010110110111001110011111111110101001101110011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56dce7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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