#56EACB

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

Shades of Turquoise #56EACB

Tints of Turquoise #56EACB

Color information

#56EACB (or 0x56EACB) is unknown color: approx Turquoise. HEX triplet: 56, EA and CB. RGB value is (86,234,203). Sum of RGB (Red+Green+Blue) = 86+234+203=523 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.44% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #56EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EACB is #A91534. Grayscale: #BABABA. Windows color (decimal): -11081013 or 13363798. OLE color: 13363798.

HSL color Cylindrical-coordinate representation of color #56EACB: hue angle of 167.43º 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 #56EACB is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB86234203-
CMYK0.6300.130.08
HSL167.43º77.89%62.75%-
HSV(B)167.43º63.25%91.76%-
XYZ44.0465.1466.75-
YUV186.21137.4756.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.44%
GREEN value IS 234 (91.80% from 255) = 44.74%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=16.44%
G=44.74%
B=38.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal862342030.6300.130.08167.4377.8962.75
Hex56EACB3F0D8a74e3f
Octal126352313770151024711677
Binary10101101110101011001011111111011011000101001111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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