Html Css Color HEX #47E2BA Turquoise

📋 copy color: '#47E2BA'

red 71 ◦ green 226 ◦ blue 186

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

Shades of Turquoise #47E2BA

Tints of Turquoise #47E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.79%

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

R = 14.7%
G = 46.79%
B = 38.51%

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

#47E2BA (or 0x47E2BA) is known color: Turquoise. HEX triplet: 47, E2 and BA. RGB value is (71,226,186). Sum of RGB (Red+Green+Blue) = 71+226+186=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #47E2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E2BA is #B81D45. Grayscale: #AFAFAF. Windows color (decimal): -12066118 or 12247623. OLE color: 12247623.

HSL color Cylindrical-coordinate representation of color #47E2BA: hue angle of 164.52º degrees, saturation: 0.73, 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 #47E2BA is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 71 226 186 -
CMYK 0.69 0 0.18 0.11
HSL 164.52º 0.73% 0.58% -
HSV(B) 164.52º 0.69% 0.89% -
XYZ 38.66 59.28 55.86 -
YUV 175.1 134.15 53.75 -
System Red Green Blue C M Y K H S L
Decimal 71 226 186 0.69 0 0.18 0.11 164.52 0.73 0.58
Hex 47 E2 BA 45 0 12 B A5 49 3A
Octal 107 342 272 105 0 22 13 245 111 72
Binary 1000111 11100010 10111010 1000101 0 10010 1011 10100101 1001001 111010

Color Harmonies of #47E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E2BA

Black with #47E2BA

Text Example


Text Example

White with #47E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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