#56E3E4

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

Shades of Turquoise Blue #56E3E4

Tints of Turquoise Blue #56E3E4

Color information

#56E3E4 (or 0x56E3E4) is unknown color: approx Turquoise Blue. HEX triplet: 56, E3 and E4. RGB value is (86,227,228). Sum of RGB (Red+Green+Blue) = 86+227+228=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #56E3E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E3E4 is #A91C1B. Grayscale: #B8B8B8. Windows color (decimal): -11082780 or 15000406. OLE color: 15000406.

HSL color Cylindrical-coordinate representation of color #56E3E4: hue angle of 180.42º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E3E4 is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86227228-
CMYK0.620.0000.11
HSL180.42º72.45%61.57%-
HSV(B)180.42º62.28%89.41%-
XYZ45.3162.5283.08-
YUV184.96152.2957.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.90%
GREEN value IS 227 (89.06% from 255) = 41.96%
BLUE value IS 228 (89.45% from 255) = 42.14%
R=15.90%
G=41.96%
B=42.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal862272280.620.0000.11180.4272.4561.57
Hex56E3E43E00Bb4483e
Octal12634334476001326411076
Binary10101101110001111100100111110001011101101001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,227,228); }

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

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

 a { background-color: rgb(86,227,228); }

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

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

 span { border-color: rgb(86,227,228); }

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