Html Css Color HEX #47FEAF Turquoise

📋 copy color: '#47FEAF'

red 71 ◦ green 254 ◦ blue 175

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

Shades of Turquoise #47FEAF

Tints of Turquoise #47FEAF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.8%

 BLUE value IS 175 (68.75% from 255) = 35%

R = 14.2%
G = 50.8%
B = 35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#47FEAF (or 0x47FEAF) is known color: Turquoise. HEX triplet: 47, FE and AF. RGB value is (71,254,175). Sum of RGB (Red+Green+Blue) = 71+254+175=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FEAF is #B80150. Grayscale: #BEBEBE. Windows color (decimal): -12058961 or 11533895. OLE color: 11533895.

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

Color convert

RGB 71 254 175 -
CMYK 0.72 0 0.31 0.00
HSL 154.1º 0.99% 0.64% -
HSV(B) 154.1º 0.72% 1% -
XYZ 45.78 75.32 52.68 -
YUV 190.28 119.37 42.92 -
System Red Green Blue C M Y K H S L
Decimal 71 254 175 0.72 0 0.31 0.00 154.1 0.99 0.64
Hex 47 FE AF 48 0 1F 0 9A 63 40
Octal 107 376 257 110 0 37 0 232 143 100
Binary 1000111 11111110 10101111 1001000 0 11111 0 10011010 1100011 1000000

Color Harmonies of #47FEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FEAF

Black with #47FEAF

Text Example


Text Example

White with #47FEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,254,175); }

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

background-color css

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

 a { background-color: rgb(71,254,175); }

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

border-color css

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

 span { border-color: rgb(71,254,175); }

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