#4FF8B2

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

Shades of Turquoise #4FF8B2

Tints of Turquoise #4FF8B2

Color information

#4FF8B2 (or 0x4FF8B2) is unknown color: approx Turquoise. HEX triplet: 4F, F8 and B2. RGB value is (79,248,178). Sum of RGB (Red+Green+Blue) = 79+248+178=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #4FF8B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FF8B2 is #B0074D. Grayscale: #BDBDBD. Windows color (decimal): -11536206 or 11728975. OLE color: 11728975.

HSL color Cylindrical-coordinate representation of color #4FF8B2: hue angle of 155.15º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF8B2 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB79248178-
CMYK0.6800.280.03
HSL155.15º92.35%64.12%-
HSV(B)155.15º68.15%97.25%-
XYZ44.8372.0153.66-
YUV189.49121.5149.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.64%
GREEN value IS 248 (97.27% from 255) = 49.11%
BLUE value IS 178 (69.92% from 255) = 35.25%
R=15.64%
G=49.11%
B=35.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal792481780.6800.280.03155.1592.3564.12
Hex4FF8B24401C39b5c40
Octal1173702621040343233134100
Binary100111111111000101100101000100011100111001101110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,248,178); }

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

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

 a { background-color: rgb(79,248,178); }

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

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

 span { border-color: rgb(79,248,178); }

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