#56E4DA

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

Shades of Turquoise #56E4DA

Tints of Turquoise #56E4DA

Color information

#56E4DA (or 0x56E4DA) is unknown color: approx Turquoise. HEX triplet: 56, E4 and DA. RGB value is (86,228,218). Sum of RGB (Red+Green+Blue) = 86+228+218=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #56E4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E4DA is #A91B25. Grayscale: #B8B8B8. Windows color (decimal): -11082534 or 14345302. OLE color: 14345302.

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

Color convert

RGB86228218-
CMYK0.6200.040.11
HSL175.77º72.45%61.57%-
HSV(B)175.77º62.28%89.41%-
XYZ44.2462.5376.07-
YUV184.4146.9657.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.17%
GREEN value IS 228 (89.45% from 255) = 42.86%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=16.17%
G=42.86%
B=40.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal862282180.6200.040.11175.7772.4561.57
Hex56E4DA3E04Bb0483e
Octal12634433276041326011076
Binary1010110111001001101101011111001001011101100001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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