#56ceef

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

Shades of Turquoise Blue #56CEEF

Tints of Turquoise Blue #56CEEF

Color information

#56CEEF (or 0x56CEEF) is unknown color: approx Turquoise Blue. HEX triplet: 56, CE and EF. RGB value is (86,206,239). Sum of RGB (Red+Green+Blue) = 86+206+239=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #56CEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEEF is #A93110. Grayscale: #ADADAD. Windows color (decimal): -11088145 or 15715926. OLE color: 15715926.

HSL color Cylindrical-coordinate representation of color #56CEEF: hue angle of 192.94º degrees, saturation: 0.83, 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 #56CEEF is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB86206239-
CMYK0.640.1400.06
HSL192.94º82.7%63.73%-
HSV(B)192.94º64.02%93.73%-
XYZ41.4952.3589.58-
YUV173.88164.7465.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.20%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=16.20%
G=38.79%
B=45.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal862062390.640.1400.06192.9482.763.73
Hex56CEEF40E06c15340
Octal1263163571001606301123100
Binary101011011001110111011111000000111001101100000110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ceef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,206,239); }

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

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

 a { background-color: rgb(86,206,239); }

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

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

 span { border-color: rgb(86,206,239); }

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