#56CCF5

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

Shades of Turquoise Blue #56CCF5

Tints of Turquoise Blue #56CCF5

Color information

#56CCF5 (or 0x56CCF5) is unknown color: approx Turquoise Blue. HEX triplet: 56, CC and F5. RGB value is (86,204,245). Sum of RGB (Red+Green+Blue) = 86+204+245=535 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.07% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 245 (96.09% from 255 or 45.79% from 535); Max value from RGB is 245 - color contains mainly: blue. Hex color #56CCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CCF5 is #A9330A. Grayscale: #ADADAD. Windows color (decimal): -11088651 or 16108630. OLE color: 16108630.

HSL color Cylindrical-coordinate representation of color #56CCF5: hue angle of 195.47º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56CCF5 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86204245-
CMYK0.650.1700.04
HSL195.47º88.83%64.9%-
HSV(B)195.47º64.9%96.08%-
XYZ41.9151.7694.17-
YUV173.39168.4165.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.07%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 245 (96.09% from 255) = 45.79%
R=16.07%
G=38.13%
B=45.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862042450.650.1700.04195.4788.8364.9
Hex56CCF5411104c35941
Octal1263143651012104303131101
Binary1010110110011001111010110000011000101001100001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,204,245); }

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

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

 a { background-color: rgb(86,204,245); }

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

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

 span { border-color: rgb(86,204,245); }

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