#4FD7FA

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

Shades of Turquoise Blue #4FD7FA

Tints of Turquoise Blue #4FD7FA

Color information

#4FD7FA (or 0x4FD7FA) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D7 and FA. RGB value is (79,215,250). Sum of RGB (Red+Green+Blue) = 79+215+250=544 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.52% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FD7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD7FA is #B02805. Grayscale: #B2B2B2. Windows color (decimal): -11544582 or 16439119. OLE color: 16439119.

HSL color Cylindrical-coordinate representation of color #4FD7FA: hue angle of 192.28º 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 #4FD7FA is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB79215250-
CMYK0.680.1400.02
HSL192.28º94.48%64.51%-
HSV(B)192.28º68.4%98.04%-
XYZ44.7857.1799.12-
YUV178.33168.4457.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.52%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=14.52%
G=39.52%
B=45.96%

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
Decimal792152500.680.1400.02192.2894.4864.51
Hex4FD7FA44E02c05e41
Octal1173273721041602300136101
Binary10011111101011111111010100010011100101100000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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