#4FF6E4

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

Shades of Turquoise #4FF6E4

Tints of Turquoise #4FF6E4

Color information

#4FF6E4 (or 0x4FF6E4) is unknown color: approx Turquoise. HEX triplet: 4F, F6 and E4. RGB value is (79,246,228). Sum of RGB (Red+Green+Blue) = 79+246+228=553 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.29% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #4FF6E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF6E4 is #B0091B. Grayscale: #C1C1C1. Windows color (decimal): -11536668 or 15005263. OLE color: 15005263.

HSL color Cylindrical-coordinate representation of color #4FF6E4: hue angle of 173.53º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF6E4 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB79246228-
CMYK0.6800.070.04
HSL173.53º90.27%63.73%-
HSV(B)173.53º67.89%96.47%-
XYZ50.1873.1884.88-
YUV194.02147.1745.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.29%
GREEN value IS 246 (96.48% from 255) = 44.48%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=14.29%
G=44.48%
B=41.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal792462280.6800.070.04173.5390.2763.73
Hex4FF6E444074ae5a40
Octal117366344104074256132100
Binary10011111111011011100100100010001111001010111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,246,228); }

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

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

 a { background-color: rgb(79,246,228); }

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

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

 span { border-color: rgb(79,246,228); }

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