#56e4e4

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

Shades of Turquoise Blue #56E4E4

Tints of Turquoise Blue #56E4E4

Color information

#56E4E4 (or 0x56E4E4) is unknown color: approx Turquoise Blue. HEX triplet: 56, E4 and E4. RGB value is (86,228,228). Sum of RGB (Red+Green+Blue) = 86+228+228=542 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.87% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: green, blue. Hex color #56E4E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E4E4 is #A91B1B. Grayscale: #B9B9B9. Windows color (decimal): -11082524 or 15000662. OLE color: 15000662.

HSL color Cylindrical-coordinate representation of color #56E4E4: hue angle of 180º 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 #56E4E4 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86228228-
CMYK0.62000.11
HSL180º72.45%61.57%-
HSV(B)180º62.28%89.41%-
XYZ45.5863.0783.17-
YUV185.54151.9657-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.87%
GREEN value IS 228 (89.45% from 255) = 42.07%
BLUE value IS 228 (89.45% from 255) = 42.07%
R=15.87%
G=42.07%
B=42.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal862282280.62000.1118072.4561.57
Hex56E4E43E00Bb4483e
Octal12634434476001326411076
Binary10101101110010011100100111110001011101101001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56e4e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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