#4FE7C5

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

Shades of Turquoise #4FE7C5

Tints of Turquoise #4FE7C5

Color information

#4FE7C5 (or 0x4FE7C5) is unknown color: approx Turquoise. HEX triplet: 4F, E7 and C5. RGB value is (79,231,197). Sum of RGB (Red+Green+Blue) = 79+231+197=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE7C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE7C5 is #B0183A. Grayscale: #B5B5B5. Windows color (decimal): -11540539 or 12969807. OLE color: 12969807.

HSL color Cylindrical-coordinate representation of color #4FE7C5: hue angle of 166.58º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE7C5 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB79231197-
CMYK0.6600.150.09
HSL166.58º76%60.78%-
HSV(B)166.58º65.8%90.59%-
XYZ41.8862.8562.75-
YUV181.68136.6454.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.58%
GREEN value IS 231 (90.62% from 255) = 45.56%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=15.58%
G=45.56%
B=38.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal792311970.6600.150.09166.587660.78
Hex4FE7C5420F9a74c3d
Octal1173473051020171124711475
Binary100111111100111110001011000010011111001101001111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,231,197); }

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

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

 a { background-color: rgb(79,231,197); }

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

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

 span { border-color: rgb(79,231,197); }

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