#56DEE6

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

Shades of Turquoise Blue #56DEE6

Tints of Turquoise Blue #56DEE6

Color information

#56DEE6 (or 0x56DEE6) is unknown color: approx Turquoise Blue. HEX triplet: 56, DE and E6. RGB value is (86,222,230). Sum of RGB (Red+Green+Blue) = 86+222+230=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #56DEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DEE6 is #A92119. Grayscale: #B6B6B6. Windows color (decimal): -11084058 or 15130198. OLE color: 15130198.

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

Color convert

RGB86222230-
CMYK0.630.0300.10
HSL183.33º74.23%61.96%-
HSV(B)183.33º62.61%90.2%-
XYZ44.2459.9384.1-
YUV182.25154.9459.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.99%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 230 (90.23% from 255) = 42.75%
R=15.99%
G=41.26%
B=42.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal862222300.630.0300.10183.3374.2361.96
Hex56DEE63F30Ab74a3e
Octal12633634677301226711276
Binary101011011011110111001101111111101010101101111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,222,230); }

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

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

 a { background-color: rgb(86,222,230); }

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

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

 span { border-color: rgb(86,222,230); }

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