#56EADA

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

Shades of Turquoise #56EADA

Tints of Turquoise #56EADA

Color information

#56EADA (or 0x56EADA) is unknown color: approx Turquoise. HEX triplet: 56, EA and DA. RGB value is (86,234,218). Sum of RGB (Red+Green+Blue) = 86+234+218=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #56EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EADA is #A91525. Grayscale: #BBBBBB. Windows color (decimal): -11080998 or 14346838. OLE color: 14346838.

HSL color Cylindrical-coordinate representation of color #56EADA: hue angle of 173.51º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56EADA is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB86234218-
CMYK0.6300.070.08
HSL173.51º77.89%62.75%-
HSV(B)173.51º63.25%91.76%-
XYZ45.9265.8976.63-
YUV187.92144.9755.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.99%
GREEN value IS 234 (91.80% from 255) = 43.49%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=15.99%
G=43.49%
B=40.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal862342180.6300.070.08173.5177.8962.75
Hex56EADA3F078ae4e3f
Octal12635233277071025611677
Binary1010110111010101101101011111101111000101011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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