Html Css Color HEX #47ECBA Turquoise

📋 copy color: '#47ECBA'

red 71 ◦ green 236 ◦ blue 186

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

Shades of Turquoise #47ECBA

Tints of Turquoise #47ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.87%

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

R = 14.4%
G = 47.87%
B = 37.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#47ECBA (or 0x47ECBA) is known color: Turquoise. HEX triplet: 47, EC and BA. RGB value is (71,236,186). Sum of RGB (Red+Green+Blue) = 71+236+186=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECBA is #B81345. Grayscale: #B5B5B5. Windows color (decimal): -12063558 or 12250183. OLE color: 12250183.

HSL color Cylindrical-coordinate representation of color #47ECBA: hue angle of 161.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ECBA is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 236 186 -
CMYK 0.70 0 0.21 0.07
HSL 161.82º 0.81% 0.6% -
HSV(B) 161.82º 0.7% 0.93% -
XYZ 41.46 64.88 56.79 -
YUV 180.97 130.84 49.57 -
System Red Green Blue C M Y K H S L
Decimal 71 236 186 0.70 0 0.21 0.07 161.82 0.81 0.6
Hex 47 EC BA 46 0 15 7 A2 51 3C
Octal 107 354 272 106 0 25 7 242 121 74
Binary 1000111 11101100 10111010 1000110 0 10101 111 10100010 1010001 111100

Color Harmonies of #47ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ECBA

Black with #47ECBA

Text Example


Text Example

White with #47ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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