Html Css Color HEX #47FFAA Turquoise

📋 copy color: '#47FFAA'

red 71 ◦ green 255 ◦ blue 170

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

Shades of Turquoise #47FFAA

Tints of Turquoise #47FFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 14.31%
G = 51.41%
B = 34.27%

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

#47FFAA (or 0x47FFAA) is known color: Turquoise. HEX triplet: 47, FF and AA. RGB value is (71,255,170). Sum of RGB (Red+Green+Blue) = 71+255+170=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FFAA is #B80055. Grayscale: #BEBEBE. Windows color (decimal): -12058710 or 11206471. OLE color: 11206471.

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

Color convert

RGB 71 255 170 -
CMYK 0.72 0 0.33 0
HSL 152.28º 1% 0.64% -
HSV(B) 152.28º 0.72% 1% -
XYZ 45.61 75.76 50.25 -
YUV 190.29 116.54 42.91 -
System Red Green Blue C M Y K H S L
Decimal 71 255 170 0.72 0 0.33 0 152.28 1 0.64
Hex 47 FF AA 48 0 21 0 98 64 40
Octal 107 377 252 110 0 41 0 230 144 100
Binary 1000111 11111111 10101010 1001000 0 100001 0 10011000 1100100 1000000

Color Harmonies of #47FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFAA

Black with #47FFAA

Text Example


Text Example

White with #47FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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