#4FEFE9

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

Shades of Turquoise #4FEFE9

Tints of Turquoise #4FEFE9

Color information

#4FEFE9 (or 0x4FEFE9) is unknown color: approx Turquoise. HEX triplet: 4F, EF and E9. RGB value is (79,239,233). Sum of RGB (Red+Green+Blue) = 79+239+233=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEFE9 is #B01016. Grayscale: #BEBEBE. Windows color (decimal): -11538455 or 15331151. OLE color: 15331151.

HSL color Cylindrical-coordinate representation of color #4FEFE9: hue angle of 177.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFE9 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB79239233-
CMYK0.6700.030.06
HSL177.75º83.33%62.35%-
HSV(B)177.75º66.95%93.73%-
XYZ48.869.2887.89-
YUV190.48151.9948.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.34%
GREEN value IS 239 (93.75% from 255) = 43.38%
BLUE value IS 233 (91.41% from 255) = 42.29%
R=14.34%
G=43.38%
B=42.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal792392330.6700.030.06177.7583.3362.35
Hex4FEFE943036b2533e
Octal11735735110303626212376
Binary100111111101111111010011000011011110101100101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,239,233); }

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

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

 a { background-color: rgb(79,239,233); }

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

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

 span { border-color: rgb(79,239,233); }

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