#56CFF4

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

Shades of Turquoise Blue #56CFF4

Tints of Turquoise Blue #56CFF4

Color information

#56CFF4 (or 0x56CFF4) is unknown color: approx Turquoise Blue. HEX triplet: 56, CF and F4. RGB value is (86,207,244). Sum of RGB (Red+Green+Blue) = 86+207+244=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 244 (95.70% from 255 or 45.44% from 537); Max value from RGB is 244 - color contains mainly: blue. Hex color #56CFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFF4 is #A9300B. Grayscale: #AEAEAE. Windows color (decimal): -11087884 or 16043862. OLE color: 16043862.

HSL color Cylindrical-coordinate representation of color #56CFF4: hue angle of 194.05º degrees, saturation: 0.88, 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 #56CFF4 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86207244-
CMYK0.650.1500.04
HSL194.05º87.78%64.71%-
HSV(B)194.05º64.75%95.69%-
XYZ42.4853.1493.61-
YUV175.04166.9164.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.01%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 244 (95.70% from 255) = 45.44%
R=16.01%
G=38.55%
B=45.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal862072440.650.1500.04194.0587.7864.71
Hex56CFF441F04c25841
Octal1263173641011704302130101
Binary101011011001111111101001000001111101001100001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,207,244); }

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

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

 a { background-color: rgb(86,207,244); }

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

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

 span { border-color: rgb(86,207,244); }

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