#4AF8BF

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

Shades of Turquoise #4AF8BF

Tints of Turquoise #4AF8BF

Color information

#4AF8BF (or 0x4AF8BF) is unknown color: approx Turquoise. HEX triplet: 4A, F8 and BF. RGB value is (74,248,191). Sum of RGB (Red+Green+Blue) = 74+248+191=513 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.42% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF8BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF8BF is #B50740. Grayscale: #BDBDBD. Windows color (decimal): -11863873 or 12580938. OLE color: 12580938.

HSL color Cylindrical-coordinate representation of color #4AF8BF: hue angle of 160.34º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF8BF is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB74248191-
CMYK0.7000.230.03
HSL160.34º92.55%63.14%-
HSV(B)160.34º70.16%97.25%-
XYZ45.872.3560.84-
YUV189.48128.8545.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.42%
GREEN value IS 248 (97.27% from 255) = 48.34%
BLUE value IS 191 (75% from 255) = 37.23%
R=14.42%
G=48.34%
B=37.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal742481910.7000.230.03160.3492.5563.14
Hex4AF8BF460173a05d3f
Octal112370277106027324013577
Binary10010101111100010111111100011001011111101000001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,248,191); }

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

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

 a { background-color: rgb(74,248,191); }

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

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

 span { border-color: rgb(74,248,191); }

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