#4AFFAD

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

Shades of Turquoise #4AFFAD

Tints of Turquoise #4AFFAD

Color information

#4AFFAD (or 0x4AFFAD) is unknown color: approx Turquoise. HEX triplet: 4A, FF and AD. RGB value is (74,255,173). Sum of RGB (Red+Green+Blue) = 74+255+173=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFFAD is #B50052. Grayscale: #BFBFBF. Windows color (decimal): -11862099 or 11403082. OLE color: 11403082.

HSL color Cylindrical-coordinate representation of color #4AFFAD: hue angle of 152.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFAD is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB74255173-
CMYK0.7100.320
HSL152.82º100%64.51%-
HSV(B)152.82º70.98%100%-
XYZ46.1375.9951.77-
YUV191.53117.5344.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.74%
GREEN value IS 255 (100% from 255) = 50.80%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=14.74%
G=50.80%
B=34.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal742551730.7100.320152.8210064.51
Hex4AFFAD470200996441
Octal1123772551070400231144101
Binary100101011111111101011011000111010000001001100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,255,173); }

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

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

 a { background-color: rgb(74,255,173); }

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

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

 span { border-color: rgb(74,255,173); }

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