#56edf2

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

Shades of Turquoise Blue #56EDF2

Tints of Turquoise Blue #56EDF2

Color information

#56EDF2 (or 0x56EDF2) is unknown color: approx Turquoise Blue. HEX triplet: 56, ED and F2. RGB value is (86,237,242). Sum of RGB (Red+Green+Blue) = 86+237+242=565 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.22% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #56EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EDF2 is #A9120D. Grayscale: #C0C0C0. Windows color (decimal): -11080206 or 15920470. OLE color: 15920470.

HSL color Cylindrical-coordinate representation of color #56EDF2: hue angle of 181.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EDF2 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB86237242-
CMYK0.640.0200.05
HSL181.92º85.71%64.31%-
HSV(B)181.92º64.46%94.9%-
XYZ50.1568.9694.67-
YUV192.42155.9752.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.22%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=15.22%
G=41.95%
B=42.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862372420.640.0200.05181.9285.7164.31
Hex56EDF240205b65640
Octal126355362100205266126100
Binary1010110111011011111001010000001001011011011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56edf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,237,242); }

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

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

 a { background-color: rgb(86,237,242); }

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

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

 span { border-color: rgb(86,237,242); }

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