#56E5C1

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

Shades of Turquoise #56E5C1

Tints of Turquoise #56E5C1

Color information

#56E5C1 (or 0x56E5C1) is unknown color: approx Turquoise. HEX triplet: 56, E5 and C1. RGB value is (86,229,193). Sum of RGB (Red+Green+Blue) = 86+229+193=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #56E5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E5C1 is #A91A3E. Grayscale: #B6B6B6. Windows color (decimal): -11082303 or 12707158. OLE color: 12707158.

HSL color Cylindrical-coordinate representation of color #56E5C1: hue angle of 164.9º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E5C1 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB86229193-
CMYK0.6200.160.10
HSL164.9º73.33%61.76%-
HSV(B)164.9º62.45%89.8%-
XYZ41.4861.8760.21-
YUV182.14134.1259.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.93%
GREEN value IS 229 (89.84% from 255) = 45.08%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=16.93%
G=45.08%
B=37.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal862291930.6200.160.10164.973.3361.76
Hex56E5C13E010Aa5493e
Octal126345301760201224511176
Binary101011011100101110000011111100100001010101001011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,229,193); }

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

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

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

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

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

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

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