Html Css Color HEX #47FFAC Turquoise

📋 copy color: '#47FFAC'

red 71 ◦ green 255 ◦ blue 172

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

Shades of Turquoise #47FFAC

Tints of Turquoise #47FFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 14.26%
G = 51.2%
B = 34.54%

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

#47FFAC (or 0x47FFAC) is known color: Turquoise. HEX triplet: 47, FF and AC. RGB value is (71,255,172). Sum of RGB (Red+Green+Blue) = 71+255+172=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FFAC is #B80053. Grayscale: #BEBEBE. Windows color (decimal): -12058708 or 11337543. OLE color: 11337543.

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

Color convert

RGB 71 255 172 -
CMYK 0.72 0 0.33 0
HSL 152.93º 1% 0.64% -
HSV(B) 152.93º 0.72% 1% -
XYZ 45.8 75.84 51.25 -
YUV 190.52 117.54 42.75 -
System Red Green Blue C M Y K H S L
Decimal 71 255 172 0.72 0 0.33 0 152.93 1 0.64
Hex 47 FF AC 48 0 21 0 99 64 40
Octal 107 377 254 110 0 41 0 231 144 100
Binary 1000111 11111111 10101100 1001000 0 100001 0 10011001 1100100 1000000

Color Harmonies of #47FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFAC

Black with #47FFAC

Text Example


Text Example

White with #47FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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