#4FD0F9

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

Shades of Turquoise Blue #4FD0F9

Tints of Turquoise Blue #4FD0F9

Color information

#4FD0F9 (or 0x4FD0F9) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D0 and F9. RGB value is (79,208,249). Sum of RGB (Red+Green+Blue) = 79+208+249=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #4FD0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD0F9 is #B02F06. Grayscale: #ADADAD. Windows color (decimal): -11546375 or 16371791. OLE color: 16371791.

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

Color convert

RGB79208249-
CMYK0.680.1600.02
HSL194.47º93.41%64.31%-
HSV(B)194.47º68.27%97.65%-
XYZ42.8853.6197.71-
YUV174.1170.2660.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.74%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 249 (97.66% from 255) = 46.46%
R=14.74%
G=38.81%
B=46.46%

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
Decimal792082490.680.1600.02194.4793.4164.31
Hex4FD0F9441002c25d40
Octal1173203711042002302135100
Binary100111111010000111110011000100100000101100001010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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