Html Css Color HEX #47E3BA Turquoise

📋 copy color: '#47E3BA'

red 71 ◦ green 227 ◦ blue 186

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

Shades of Turquoise #47E3BA

Tints of Turquoise #47E3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.9%

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 14.67%
G = 46.9%
B = 38.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#47E3BA (or 0x47E3BA) is known color: Turquoise. HEX triplet: 47, E3 and BA. RGB value is (71,227,186). Sum of RGB (Red+Green+Blue) = 71+227+186=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #47E3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E3BA is #B81C45. Grayscale: #AFAFAF. Windows color (decimal): -12065862 or 12247879. OLE color: 12247879.

HSL color Cylindrical-coordinate representation of color #47E3BA: hue angle of 164.23º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E3BA is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 227 186 -
CMYK 0.69 0 0.18 0.11
HSL 164.23º 0.74% 0.58% -
HSV(B) 164.23º 0.69% 0.89% -
XYZ 38.93 59.82 55.95 -
YUV 175.68 133.82 53.33 -
System Red Green Blue C M Y K H S L
Decimal 71 227 186 0.69 0 0.18 0.11 164.23 0.74 0.58
Hex 47 E3 BA 45 0 12 B A4 4A 3A
Octal 107 343 272 105 0 22 13 244 112 72
Binary 1000111 11100011 10111010 1000101 0 10010 1011 10100100 1001010 111010

Color Harmonies of #47E3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E3BA

Black with #47E3BA

Text Example


Text Example

White with #47E3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,227,186); }

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

background-color css

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

 a { background-color: rgb(71,227,186); }

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

border-color css

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

 span { border-color: rgb(71,227,186); }

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