#4FD6FC

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

Shades of Turquoise Blue #4FD6FC

Tints of Turquoise Blue #4FD6FC

Color information

#4FD6FC (or 0x4FD6FC) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D6 and FC. RGB value is (79,214,252). Sum of RGB (Red+Green+Blue) = 79+214+252=545 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.50% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FD6FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD6FC is #B02903. Grayscale: #B1B1B1. Windows color (decimal): -11544836 or 16569935. OLE color: 16569935.

HSL color Cylindrical-coordinate representation of color #4FD6FC: hue angle of 193.18º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FD6FC is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB79214252-
CMYK0.690.1500.01
HSL193.18º96.65%64.9%-
HSV(B)193.18º68.65%98.82%-
XYZ44.8456.78100.69-
YUV177.97169.7757.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.50%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=14.50%
G=39.27%
B=46.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal792142520.690.1500.01193.1896.6564.9
Hex4FD6FC45F01c16141
Octal1173263741051701301141101
Binary1001111110101101111110010001011111011100000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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