#4FEAF8

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

Shades of Turquoise Blue #4FEAF8

Tints of Turquoise Blue #4FEAF8

Color information

#4FEAF8 (or 0x4FEAF8) is unknown color: approx Turquoise Blue. HEX triplet: 4F, EA and F8. RGB value is (79,234,248). Sum of RGB (Red+Green+Blue) = 79+234+248=561 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.08% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #4FEAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEAF8 is #B01507. Grayscale: #BDBDBD. Windows color (decimal): -11539720 or 16312911. OLE color: 16312911.

HSL color Cylindrical-coordinate representation of color #4FEAF8: hue angle of 184.97º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FEAF8 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB79234248-
CMYK0.680.0600.03
HSL184.97º92.35%64.12%-
HSV(B)184.97º68.15%97.25%-
XYZ49.5967.2999.18-
YUV189.25161.1549.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.08%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 248 (97.27% from 255) = 44.21%
R=14.08%
G=41.71%
B=44.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal792342480.680.0600.03184.9792.3564.12
Hex4FEAF844603b95c40
Octal117352370104603271134100
Binary1001111111010101111100010001001100111011100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,234,248); }

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

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

 a { background-color: rgb(79,234,248); }

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

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

 span { border-color: rgb(79,234,248); }

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