#4FEBF8

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

Shades of Turquoise Blue #4FEBF8

Tints of Turquoise Blue #4FEBF8

Color information

#4FEBF8 (or 0x4FEBF8) is unknown color: approx Turquoise Blue. HEX triplet: 4F, EB and F8. RGB value is (79,235,248). Sum of RGB (Red+Green+Blue) = 79+235+248=562 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.06% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #4FEBF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEBF8 is #B01407. Grayscale: #BDBDBD. Windows color (decimal): -11539464 or 16313167. OLE color: 16313167.

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

Color convert

RGB79235248-
CMYK0.680.0500.03
HSL184.62º92.35%64.12%-
HSV(B)184.62º68.15%97.25%-
XYZ49.8867.8699.28-
YUV189.84160.8248.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.06%
GREEN value IS 235 (92.19% from 255) = 41.81%
BLUE value IS 248 (97.27% from 255) = 44.13%
R=14.06%
G=41.81%
B=44.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal792352480.680.0500.03184.6292.3564.12
Hex4FEBF844503b95c40
Octal117353370104503271134100
Binary1001111111010111111100010001001010111011100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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