Html Css Color HEX #47FFAE Turquoise

📋 copy color: '#47FFAE'

red 71 ◦ green 255 ◦ blue 174

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

Shades of Turquoise #47FFAE

Tints of Turquoise #47FFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 14.2%
G = 51%
B = 34.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#47FFAE (or 0x47FFAE) is known color: Turquoise. HEX triplet: 47, FF and AE. RGB value is (71,255,174). Sum of RGB (Red+Green+Blue) = 71+255+174=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FFAE is #B80051. Grayscale: #BEBEBE. Windows color (decimal): -12058706 or 11468615. OLE color: 11468615.

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

Color convert

RGB 71 255 174 -
CMYK 0.72 0 0.32 0
HSL 153.59º 1% 0.64% -
HSV(B) 153.59º 0.72% 1% -
XYZ 46 75.92 52.27 -
YUV 190.75 118.54 42.59 -
System Red Green Blue C M Y K H S L
Decimal 71 255 174 0.72 0 0.32 0 153.59 1 0.64
Hex 47 FF AE 48 0 20 0 9A 64 40
Octal 107 377 256 110 0 40 0 232 144 100
Binary 1000111 11111111 10101110 1001000 0 100000 0 10011010 1100100 1000000

Color Harmonies of #47FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FFAE

Black with #47FFAE

Text Example


Text Example

White with #47FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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