#4FD6FA

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

Shades of Turquoise Blue #4FD6FA

Tints of Turquoise Blue #4FD6FA

Color information

#4FD6FA (or 0x4FD6FA) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D6 and FA. RGB value is (79,214,250). Sum of RGB (Red+Green+Blue) = 79+214+250=543 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.55% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FD6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD6FA is #B02905. Grayscale: #B1B1B1. Windows color (decimal): -11544838 or 16438863. OLE color: 16438863.

HSL color Cylindrical-coordinate representation of color #4FD6FA: hue angle of 192.63º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FD6FA is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB79214250-
CMYK0.680.1400.02
HSL192.63º94.48%64.51%-
HSV(B)192.63º68.4%98.04%-
XYZ44.5356.6699.03-
YUV177.74168.7757.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.55%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=14.55%
G=39.41%
B=46.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal792142500.680.1400.02192.6394.4864.51
Hex4FD6FA44E02c15e41
Octal1173263721041602301136101
Binary10011111101011011111010100010011100101100000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FD6FA; }

 p { color: rgb(79,214,250); }

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

<style>
 a { background-color: #4FD6FA; }

 a { background-color: rgb(79,214,250); }

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

<style>
 span { border-color: #4FD6FA; }

 span { border-color: rgb(79,214,250); }

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