#56EFE7

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

Shades of Turquoise Blue #56EFE7

Tints of Turquoise Blue #56EFE7

Color information

#56EFE7 (or 0x56EFE7) is unknown color: approx Turquoise Blue. HEX triplet: 56, EF and E7. RGB value is (86,239,231). Sum of RGB (Red+Green+Blue) = 86+239+231=556 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.47% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EFE7 is #A91018. Grayscale: #C0C0C0. Windows color (decimal): -11079705 or 15200086. OLE color: 15200086.

HSL color Cylindrical-coordinate representation of color #56EFE7: hue angle of 176.86º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EFE7 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB86239231-
CMYK0.6400.030.06
HSL176.86º82.7%63.73%-
HSV(B)176.86º64.02%93.73%-
XYZ49.1369.4886.42-
YUV192.34149.8152.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.47%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 231 (90.62% from 255) = 41.55%
R=15.47%
G=42.99%
B=41.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal862392310.6400.030.06176.8682.763.73
Hex56EFE740036b15340
Octal126357347100036261123100
Binary1010110111011111110011110000000111101011000110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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