#4FD1F9

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

Shades of Turquoise Blue #4FD1F9

Tints of Turquoise Blue #4FD1F9

Color information

#4FD1F9 (or 0x4FD1F9) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D1 and F9. RGB value is (79,209,249). Sum of RGB (Red+Green+Blue) = 79+209+249=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #4FD1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD1F9 is #B02E06. Grayscale: #AEAEAE. Windows color (decimal): -11546119 or 16372047. OLE color: 16372047.

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

Color convert

RGB79209249-
CMYK0.680.1600.02
HSL194.12º93.41%64.31%-
HSV(B)194.12º68.27%97.65%-
XYZ43.1254.197.79-
YUV174.69169.9359.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.71%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=14.71%
G=38.92%
B=46.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal792092490.680.1600.02194.1293.4164.31
Hex4FD1F9441002c25d40
Octal1173213711042002302135100
Binary100111111010001111110011000100100000101100001010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,209,249); }

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

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

 a { background-color: rgb(79,209,249); }

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

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

 span { border-color: rgb(79,209,249); }

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