#56EEC1

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

Shades of Turquoise #56EEC1

Tints of Turquoise #56EEC1

Color information

#56EEC1 (or 0x56EEC1) is unknown color: approx Turquoise. HEX triplet: 56, EE and C1. RGB value is (86,238,193). Sum of RGB (Red+Green+Blue) = 86+238+193=517 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.63% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEC1 is #A9113E. Grayscale: #BBBBBB. Windows color (decimal): -11079999 or 12709462. OLE color: 12709462.

HSL color Cylindrical-coordinate representation of color #56EEC1: hue angle of 162.24º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EEC1 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB86238193-
CMYK0.6400.190.07
HSL162.24º81.72%63.53%-
HSV(B)162.24º63.87%93.33%-
XYZ44.0466.9861.06-
YUV187.42131.1455.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.63%
GREEN value IS 238 (93.36% from 255) = 46.03%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=16.63%
G=46.03%
B=37.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal862381930.6400.190.07162.2481.7263.53
Hex56EEC1400137a25240
Octal1263563011000237242122100
Binary1010110111011101100000110000000100111111010001010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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