Html Css Color HEX #4AFFAB Turquoise

📋 copy color: '#4AFFAB'

red 74 ◦ green 255 ◦ blue 171

#4AFFAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #4AFFAB

Tints of Turquoise #4AFFAB

RGB

 RED value IS 74 (29.3% from 255) = 14.8%

 GREEN value IS 255 (100% from 255) = 51%

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 14.8%
G = 51%
B = 34.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#4AFFAB (or 0x4AFFAB) is known color: Turquoise. HEX triplet: 4A, FF and AB. RGB value is (74,255,171). Sum of RGB (Red+Green+Blue) = 74+255+171=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFFAB is #B50054. Grayscale: #BFBFBF. Windows color (decimal): -11862101 or 11272010. OLE color: 11272010.

HSL color Cylindrical-coordinate representation of color #4AFFAB: hue angle of 152.15º 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 #4AFFAB is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 74 255 171 -
CMYK 0.71 0 0.33 0
HSL 152.15º 1% 0.65% -
HSV(B) 152.15º 0.71% 1% -
XYZ 45.93 75.92 50.76 -
YUV 191.31 116.53 44.33 -
System Red Green Blue C M Y K H S L
Decimal 74 255 171 0.71 0 0.33 0 152.15 1 0.65
Hex 4A FF AB 47 0 21 0 98 64 41
Octal 112 377 253 107 0 41 0 230 144 101
Binary 1001010 11111111 10101011 1000111 0 100001 0 10011000 1100100 1000001

Color Harmonies of #4AFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFAB

Black with #4AFFAB

Text Example


Text Example

White with #4AFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AFFAB;
 }
 .AnyTagClassName
 {
   color: #4AFFAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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