#56DEF9

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

Shades of Turquoise Blue #56DEF9

Tints of Turquoise Blue #56DEF9

Color information

#56DEF9 (or 0x56DEF9) is unknown color: approx Turquoise Blue. HEX triplet: 56, DE and F9. RGB value is (86,222,249). Sum of RGB (Red+Green+Blue) = 86+222+249=557 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.44% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #56DEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DEF9 is #A92106. Grayscale: #B8B8B8. Windows color (decimal): -11084039 or 16375382. OLE color: 16375382.

HSL color Cylindrical-coordinate representation of color #56DEF9: hue angle of 189.94º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56DEF9 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86222249-
CMYK0.650.1100.02
HSL189.94º93.14%65.69%-
HSV(B)189.94º65.46%97.65%-
XYZ47.0661.0698.93-
YUV184.41164.4457.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.44%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=15.44%
G=39.86%
B=44.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862222490.650.1100.02189.9493.1465.69
Hex56DEF941B02be5d42
Octal1263363711011302276135102
Binary10101101101111011111001100000110110101011111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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