#4FE2F1

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

Shades of Turquoise Blue #4FE2F1

Tints of Turquoise Blue #4FE2F1

Color information

#4FE2F1 (or 0x4FE2F1) is unknown color: approx Turquoise Blue. HEX triplet: 4F, E2 and F1. RGB value is (79,226,241). Sum of RGB (Red+Green+Blue) = 79+226+241=546 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.47% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FE2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE2F1 is #B01D0E. Grayscale: #B7B7B7. Windows color (decimal): -11541775 or 15852111. OLE color: 15852111.

HSL color Cylindrical-coordinate representation of color #4FE2F1: hue angle of 185.56º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FE2F1 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB79226241-
CMYK0.670.0600.05
HSL185.56º85.26%62.75%-
HSV(B)185.56º67.22%94.51%-
XYZ46.362.4192.82-
YUV183.76160.353.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.47%
GREEN value IS 226 (88.67% from 255) = 41.39%
BLUE value IS 241 (94.53% from 255) = 44.14%
R=14.47%
G=41.39%
B=44.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792262410.670.0600.05185.5685.2662.75
Hex4FE2F143605ba553f
Octal11734236110360527212577
Binary1001111111000101111000110000111100101101110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,226,241); }

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

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

 a { background-color: rgb(79,226,241); }

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

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

 span { border-color: rgb(79,226,241); }

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