#56F0E2

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

Shades of Turquoise #56F0E2

Tints of Turquoise #56F0E2

Color information

#56F0E2 (or 0x56F0E2) is unknown color: approx Turquoise. HEX triplet: 56, F0 and E2. RGB value is (86,240,226). Sum of RGB (Red+Green+Blue) = 86+240+226=552 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.58% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #56F0E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F0E2 is #A90F1D. Grayscale: #C0C0C0. Windows color (decimal): -11079454 or 14872662. OLE color: 14872662.

HSL color Cylindrical-coordinate representation of color #56F0E2: hue angle of 174.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F0E2 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB86240226-
CMYK0.6400.060.06
HSL174.55º83.7%63.92%-
HSV(B)174.55º64.17%94.12%-
XYZ48.7369.7982.85-
YUV192.36146.9852.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.58%
GREEN value IS 240 (94.14% from 255) = 43.48%
BLUE value IS 226 (88.67% from 255) = 40.94%
R=15.58%
G=43.48%
B=40.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal862402260.6400.060.06174.5583.763.92
Hex56F0E240066af5440
Octal126360342100066257124100
Binary10101101111000011100010100000001101101010111110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,240,226); }

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

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

 a { background-color: rgb(86,240,226); }

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

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

 span { border-color: rgb(86,240,226); }

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