Html Css Color HEX #47C3BA Medium Turquoise

📋 copy color: '#47C3BA'

red 71 ◦ green 195 ◦ blue 186

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

Shades of Medium Turquoise #47C3BA

Tints of Medium Turquoise #47C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

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

R = 15.71%
G = 43.14%
B = 41.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#47C3BA (or 0x47C3BA) is known color: Medium Turquoise. HEX triplet: 47, C3 and BA. RGB value is (71,195,186). Sum of RGB (Red+Green+Blue) = 71+195+186=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #47C3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C3BA is #B83C45. Grayscale: #9C9C9C. Windows color (decimal): -12074054 or 12239687. OLE color: 12239687.

HSL color Cylindrical-coordinate representation of color #47C3BA: hue angle of 175.65º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C3BA is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 195 186 -
CMYK 0.64 0 0.05 0.24
HSL 175.65º 0.51% 0.52% -
HSV(B) 175.65º 0.64% 0.76% -
XYZ 30.98 43.91 53.3 -
YUV 156.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 71 195 186 0.64 0 0.05 0.24 175.65 0.51 0.52
Hex 47 C3 BA 40 0 5 18 B0 33 34
Octal 107 303 272 100 0 5 30 260 63 64
Binary 1000111 11000011 10111010 1000000 0 101 11000 10110000 110011 110100

Color Harmonies of #47C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C3BA

Black with #47C3BA

Text Example


Text Example

White with #47C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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