Html Css Color HEX #47E8AF Turquoise

📋 copy color: '#47E8AF'

red 71 ◦ green 232 ◦ blue 175

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

Shades of Turquoise #47E8AF

Tints of Turquoise #47E8AF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.54%

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

R = 14.85%
G = 48.54%
B = 36.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#47E8AF (or 0x47E8AF) is known color: Turquoise. HEX triplet: 47, E8 and AF. RGB value is (71,232,175). Sum of RGB (Red+Green+Blue) = 71+232+175=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #47E8AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47E8AF is #B81750. Grayscale: #B1B1B1. Windows color (decimal): -12064593 or 11528263. OLE color: 11528263.

HSL color Cylindrical-coordinate representation of color #47E8AF: hue angle of 158.76º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E8AF is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 71 232 175 -
CMYK 0.69 0 0.25 0.09
HSL 158.76º 0.78% 0.59% -
HSV(B) 158.76º 0.69% 0.91% -
XYZ 39.19 62.15 50.49 -
YUV 177.36 126.66 52.13 -
System Red Green Blue C M Y K H S L
Decimal 71 232 175 0.69 0 0.25 0.09 158.76 0.78 0.59
Hex 47 E8 AF 45 0 19 9 9F 4E 3B
Octal 107 350 257 105 0 31 11 237 116 73
Binary 1000111 11101000 10101111 1000101 0 11001 1001 10011111 1001110 111011

Color Harmonies of #47E8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E8AF

Black with #47E8AF

Text Example


Text Example

White with #47E8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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