#56E1C8

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

Shades of Turquoise #56E1C8

Tints of Turquoise #56E1C8

Color information

#56E1C8 (or 0x56E1C8) is unknown color: approx Turquoise. HEX triplet: 56, E1 and C8. RGB value is (86,225,200). Sum of RGB (Red+Green+Blue) = 86+225+200=511 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.83% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #56E1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E1C8 is #A91E37. Grayscale: #B4B4B4. Windows color (decimal): -11083320 or 13164886. OLE color: 13164886.

HSL color Cylindrical-coordinate representation of color #56E1C8: hue angle of 169.21º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E1C8 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB86225200-
CMYK0.6200.110.12
HSL169.21º69.85%60.98%-
HSV(B)169.21º61.78%88.24%-
XYZ41.196064.05-
YUV180.59138.9560.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.83%
GREEN value IS 225 (88.28% from 255) = 44.03%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=16.83%
G=44.03%
B=39.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal862252000.6200.110.12169.2169.8560.98
Hex56E1C83E0BCa9463d
Octal126341310760131425110675
Binary10101101110000111001000111110010111100101010011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,225,200); }

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

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

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

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

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

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

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