#4FF4EA

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

Shades of Turquoise #4FF4EA

Tints of Turquoise #4FF4EA

Color information

#4FF4EA (or 0x4FF4EA) is unknown color: approx Turquoise. HEX triplet: 4F, F4 and EA. RGB value is (79,244,234). Sum of RGB (Red+Green+Blue) = 79+244+234=557 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.18% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #4FF4EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FF4EA is #B00B15. Grayscale: #C1C1C1. Windows color (decimal): -11537174 or 15397967. OLE color: 15397967.

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

Color convert

RGB79244234-
CMYK0.6800.040.04
HSL176.36º88.24%63.33%-
HSV(B)176.36º67.62%95.69%-
XYZ50.4372.389.14-
YUV193.52150.8446.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.18%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=14.18%
G=43.81%
B=42.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal792442340.6800.040.04176.3688.2463.33
Hex4FF4EA44044b0583f
Octal11736435210404426013077
Binary1001111111101001110101010001000100100101100001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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