#56E9E7

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

Shades of Turquoise Blue #56E9E7

Tints of Turquoise Blue #56E9E7

Color information

#56E9E7 (or 0x56E9E7) is unknown color: approx Turquoise Blue. HEX triplet: 56, E9 and E7. RGB value is (86,233,231). Sum of RGB (Red+Green+Blue) = 86+233+231=550 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.64% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #56E9E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56E9E7 is #A91618. Grayscale: #BCBCBC. Windows color (decimal): -11081241 or 15198550. OLE color: 15198550.

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

Color convert

RGB86233231-
CMYK0.6300.010.09
HSL179.18º76.96%62.55%-
HSV(B)179.18º63.09%91.37%-
XYZ47.466.0385.85-
YUV188.82151.854.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.64%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 231 (90.62% from 255) = 42%
R=15.64%
G=42.36%
B=42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862332310.6300.010.09179.1876.9662.55
Hex56E9E73F019b34d3f
Octal12635134777011126311577
Binary10101101110100111100111111111011001101100111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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