Html Css Color HEX #47FFAB Turquoise

📋 copy color: '#47FFAB'

red 71 ◦ green 255 ◦ blue 171

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

Shades of Turquoise #47FFAB

Tints of Turquoise #47FFAB

RGB

 RED value IS 71 (28.13% from 255) = 14.29%

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

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

R = 14.29%
G = 51.31%
B = 34.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#47FFAB (or 0x47FFAB) is known color: Turquoise. HEX triplet: 47, FF and AB. RGB value is (71,255,171). Sum of RGB (Red+Green+Blue) = 71+255+171=497 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.29% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FFAB is #B80054. Grayscale: #BEBEBE. Windows color (decimal): -12058709 or 11272007. OLE color: 11272007.

HSL color Cylindrical-coordinate representation of color #47FFAB: hue angle of 152.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFAB is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 71 255 171 -
CMYK 0.72 0 0.33 0
HSL 152.61º 1% 0.64% -
HSV(B) 152.61º 0.72% 1% -
XYZ 45.71 75.8 50.75 -
YUV 190.41 117.04 42.83 -
System Red Green Blue C M Y K H S L
Decimal 71 255 171 0.72 0 0.33 0 152.61 1 0.64
Hex 47 FF AB 48 0 21 0 99 64 40
Octal 107 377 253 110 0 41 0 231 144 100
Binary 1000111 11111111 10101011 1001000 0 100001 0 10011001 1100100 1000000

Color Harmonies of #47FFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFAB

Black with #47FFAB

Text Example


Text Example

White with #47FFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47FFAB; }

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

 H1.HeaderClassName
 {
   color: #47FFAB;
 }
 .AnyTagClassName
 {
   color: #47FFAB;
 }
</style>

background-color css

<style>
 a { background-color: #47FFAB; }

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

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

border-color css

<style>
 span { border-color: #47FFAB; }

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

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