#4FCCF9

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

Shades of Turquoise Blue #4FCCF9

Tints of Turquoise Blue #4FCCF9

Color information

#4FCCF9 (or 0x4FCCF9) is unknown color: approx Turquoise Blue. HEX triplet: 4F, CC and F9. RGB value is (79,204,249). Sum of RGB (Red+Green+Blue) = 79+204+249=532 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.85% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #4FCCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCCF9 is #B03306. Grayscale: #ABABAB. Windows color (decimal): -11547399 or 16370767. OLE color: 16370767.

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

Color convert

RGB79204249-
CMYK0.680.1800.02
HSL195.88º93.41%64.31%-
HSV(B)195.88º68.27%97.65%-
XYZ41.9251.6997.39-
YUV171.76171.5961.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.85%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=14.85%
G=38.35%
B=46.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal792042490.680.1800.02195.8893.4164.31
Hex4FCCF9441202c45d40
Octal1173143711042202304135100
Binary100111111001100111110011000100100100101100010010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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