#4FD8F4

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

Shades of Turquoise Blue #4FD8F4

Tints of Turquoise Blue #4FD8F4

Color information

#4FD8F4 (or 0x4FD8F4) is unknown color: approx Turquoise Blue. HEX triplet: 4F, D8 and F4. RGB value is (79,216,244). Sum of RGB (Red+Green+Blue) = 79+216+244=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #4FD8F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD8F4 is #B0270B. Grayscale: #B1B1B1. Windows color (decimal): -11544332 or 16046159. OLE color: 16046159.

HSL color Cylindrical-coordinate representation of color #4FD8F4: hue angle of 190.18º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FD8F4 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB79216244-
CMYK0.680.1100.04
HSL190.18º88.24%63.33%-
HSV(B)190.18º67.62%95.69%-
XYZ44.1157.3194.32-
YUV178.23165.1157.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.66%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 244 (95.70% from 255) = 45.27%
R=14.66%
G=40.07%
B=45.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal792162440.680.1100.04190.1888.2463.33
Hex4FD8F444B04be583f
Octal117330364104130427613077
Binary10011111101100011110100100010010110100101111101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FD8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,216,244); }

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

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

 a { background-color: rgb(79,216,244); }

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

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

 span { border-color: rgb(79,216,244); }

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