Html Css Color HEX #47FAC5 Turquoise

📋 copy color: '#47FAC5'

red 71 ◦ green 250 ◦ blue 197

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

Shades of Turquoise #47FAC5

Tints of Turquoise #47FAC5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.26%

 BLUE value IS 197 (77.34% from 255) = 38.03%

R = 13.71%
G = 48.26%
B = 38.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#47FAC5 (or 0x47FAC5) is known color: Turquoise. HEX triplet: 47, FA and C5. RGB value is (71,250,197). Sum of RGB (Red+Green+Blue) = 71+250+197=518 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.71% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #47FAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FAC5 is #B8053A. Grayscale: #BEBEBE. Windows color (decimal): -12059963 or 12974663. OLE color: 12974663.

HSL color Cylindrical-coordinate representation of color #47FAC5: hue angle of 162.23º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FAC5 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 250 197 -
CMYK 0.72 0 0.21 0.02
HSL 162.23º 0.95% 0.63% -
HSV(B) 162.23º 0.72% 0.98% -
XYZ 46.86 73.74 64.59 -
YUV 190.44 131.7 42.81 -
System Red Green Blue C M Y K H S L
Decimal 71 250 197 0.72 0 0.21 0.02 162.23 0.95 0.63
Hex 47 FA C5 48 0 15 2 A2 5F 3F
Octal 107 372 305 110 0 25 2 242 137 77
Binary 1000111 11111010 11000101 1001000 0 10101 10 10100010 1011111 111111

Color Harmonies of #47FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FAC5

Black with #47FAC5

Text Example


Text Example

White with #47FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,250,197); }

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

background-color css

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

 a { background-color: rgb(71,250,197); }

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

border-color css

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

 span { border-color: rgb(71,250,197); }

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