#4FF2B7

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

Shades of Turquoise #4FF2B7

Tints of Turquoise #4FF2B7

Color information

#4FF2B7 (or 0x4FF2B7) is unknown color: approx Turquoise. HEX triplet: 4F, F2 and B7. RGB value is (79,242,183). Sum of RGB (Red+Green+Blue) = 79+242+183=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF2B7 is #B00D48. Grayscale: #BABABA. Windows color (decimal): -11537737 or 12055119. OLE color: 12055119.

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

Color convert

RGB79242183-
CMYK0.6700.240.05
HSL158.28º86.24%62.94%-
HSV(B)158.28º67.36%94.9%-
XYZ43.5268.5955.74-
YUV186.5412651.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.67%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=15.67%
G=48.02%
B=36.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792421830.6700.240.05158.2886.2462.94
Hex4FF2B74301859e563f
Octal117362267103030523612677
Binary100111111110010101101111000011011000101100111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,242,183); }

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

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

 a { background-color: rgb(79,242,183); }

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

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

 span { border-color: rgb(79,242,183); }

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