#4AF4B4

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

Shades of Turquoise #4AF4B4

Tints of Turquoise #4AF4B4

Color information

#4AF4B4 (or 0x4AF4B4) is unknown color: approx Turquoise. HEX triplet: 4A, F4 and B4. RGB value is (74,244,180). Sum of RGB (Red+Green+Blue) = 74+244+180=498 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.86% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF4B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF4B4 is #B50B4B. Grayscale: #B9B9B9. Windows color (decimal): -11864908 or 11859018. OLE color: 11859018.

HSL color Cylindrical-coordinate representation of color #4AF4B4: hue angle of 157.41º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF4B4 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB74244180-
CMYK0.7000.260.04
HSL157.41º88.54%62.35%-
HSV(B)157.41º69.67%95.69%-
XYZ43.4169.4554.3-
YUV185.87124.6848.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.86%
GREEN value IS 244 (95.70% from 255) = 49.00%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=14.86%
G=49.00%
B=36.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal742441800.7000.260.04157.4188.5462.35
Hex4AF4B44601A49d593e
Octal112364264106032423513176
Binary100101011110100101101001000110011010100100111011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,244,180); }

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

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

 a { background-color: rgb(74,244,180); }

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

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

 span { border-color: rgb(74,244,180); }

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