#4FF6C5

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

Shades of Turquoise #4FF6C5

Tints of Turquoise #4FF6C5

Color information

#4FF6C5 (or 0x4FF6C5) is unknown color: approx Turquoise. HEX triplet: 4F, F6 and C5. RGB value is (79,246,197). Sum of RGB (Red+Green+Blue) = 79+246+197=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #4FF6C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF6C5 is #B0093A. Grayscale: #BEBEBE. Windows color (decimal): -11536699 or 12973647. OLE color: 12973647.

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

Color convert

RGB79246197-
CMYK0.6800.200.04
HSL162.4º90.27%63.73%-
HSV(B)162.4º67.89%96.47%-
XYZ46.2671.6164.21-
YUV190.48131.6748.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.13%
GREEN value IS 246 (96.48% from 255) = 47.13%
BLUE value IS 197 (77.34% from 255) = 37.74%
R=15.13%
G=47.13%
B=37.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal792461970.6800.200.04162.490.2763.73
Hex4FF6C5440144a25a40
Octal1173663051040244242132100
Binary1001111111101101100010110001000101001001010001010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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