#4FF1E2

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

Shades of Turquoise #4FF1E2

Tints of Turquoise #4FF1E2

Color information

#4FF1E2 (or 0x4FF1E2) is unknown color: approx Turquoise. HEX triplet: 4F, F1 and E2. RGB value is (79,241,226). Sum of RGB (Red+Green+Blue) = 79+241+226=546 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.47% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1E2 is #B00E1D. Grayscale: #BEBEBE. Windows color (decimal): -11537950 or 14872911. OLE color: 14872911.

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

Color convert

RGB79241226-
CMYK0.6700.060.05
HSL174.44º85.26%62.75%-
HSV(B)174.44º67.22%94.51%-
XYZ48.4170.0682.92-
YUV190.85147.8348.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792412260.6700.060.05174.4485.2662.75
Hex4FF1E243065ae553f
Octal11736134210306525612577
Binary1001111111100011110001010000110110101101011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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