Html Css Color HEX #47F2AD Turquoise

📋 copy color: '#47F2AD'

red 71 ◦ green 242 ◦ blue 173

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

Shades of Turquoise #47F2AD

Tints of Turquoise #47F2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

 BLUE value IS 173 (67.97% from 255) = 35.6%

R = 14.61%
G = 49.79%
B = 35.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#47F2AD (or 0x47F2AD) is known color: Turquoise. HEX triplet: 47, F2 and AD. RGB value is (71,242,173). Sum of RGB (Red+Green+Blue) = 71+242+173=486 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.61% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #47F2AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47F2AD is #B80D52. Grayscale: #B7B7B7. Windows color (decimal): -12062035 or 11399751. OLE color: 11399751.

HSL color Cylindrical-coordinate representation of color #47F2AD: hue angle of 155.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F2AD is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 242 173 -
CMYK 0.71 0 0.29 0.05
HSL 155.79º 0.87% 0.61% -
HSV(B) 155.79º 0.71% 0.95% -
XYZ 41.89 67.86 50.43 -
YUV 183.01 122.35 48.11 -
System Red Green Blue C M Y K H S L
Decimal 71 242 173 0.71 0 0.29 0.05 155.79 0.87 0.61
Hex 47 F2 AD 47 0 1D 5 9C 57 3D
Octal 107 362 255 107 0 35 5 234 127 75
Binary 1000111 11110010 10101101 1000111 0 11101 101 10011100 1010111 111101

Color Harmonies of #47F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F2AD

Black with #47F2AD

Text Example


Text Example

White with #47F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,242,173); }

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

background-color css

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

 a { background-color: rgb(71,242,173); }

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

border-color css

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

 span { border-color: rgb(71,242,173); }

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