#56d4f3

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

Shades of Turquoise Blue #56D4F3

Tints of Turquoise Blue #56D4F3

Color information

#56D4F3 (or 0x56D4F3) is unknown color: approx Turquoise Blue. HEX triplet: 56, D4 and F3. RGB value is (86,212,243). Sum of RGB (Red+Green+Blue) = 86+212+243=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #56D4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D4F3 is #A92B0C. Grayscale: #B1B1B1. Windows color (decimal): -11086605 or 15979606. OLE color: 15979606.

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

Color convert

RGB86212243-
CMYK0.650.1300.05
HSL191.85º86.74%64.51%-
HSV(B)191.85º64.61%95.29%-
XYZ43.5655.5493.22-
YUV177.86164.7662.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.90%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=15.90%
G=39.19%
B=44.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862122430.650.1300.05191.8586.7464.51
Hex56D4F341D05c05741
Octal1263243631011505300127101
Binary101011011010100111100111000001110101011100000010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56d4f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,212,243); }

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

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

 a { background-color: rgb(86,212,243); }

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

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

 span { border-color: rgb(86,212,243); }

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