Html Css Color HEX #47BFBA Medium Turquoise

📋 copy color: '#47BFBA'

red 71 ◦ green 191 ◦ blue 186

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

Shades of Medium Turquoise #47BFBA

Tints of Medium Turquoise #47BFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 42.63%

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

R = 15.85%
G = 42.63%
B = 41.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#47BFBA (or 0x47BFBA) is known color: Medium Turquoise. HEX triplet: 47, BF and BA. RGB value is (71,191,186). Sum of RGB (Red+Green+Blue) = 71+191+186=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFBA is #B84045. Grayscale: #9A9A9A. Windows color (decimal): -12075078 or 12238663. OLE color: 12238663.

HSL color Cylindrical-coordinate representation of color #47BFBA: hue angle of 177.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BFBA is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 191 186 -
CMYK 0.63 0 0.03 0.25
HSL 177.5º 0.48% 0.51% -
HSV(B) 177.5º 0.63% 0.75% -
XYZ 30.09 42.15 53 -
YUV 154.55 145.74 68.41 -
System Red Green Blue C M Y K H S L
Decimal 71 191 186 0.63 0 0.03 0.25 177.5 0.48 0.51
Hex 47 BF BA 3F 0 3 19 B2 30 33
Octal 107 277 272 77 0 3 31 262 60 63
Binary 1000111 10111111 10111010 111111 0 11 11001 10110010 110000 110011

Color Harmonies of #47BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFBA

Black with #47BFBA

Text Example


Text Example

White with #47BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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