Html Css Color HEX #47BFBC Medium Turquoise

📋 copy color: '#47BFBC'

red 71 ◦ green 191 ◦ blue 188

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

Shades of Medium Turquoise #47BFBC

Tints of Medium Turquoise #47BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 15.78%
G = 42.44%
B = 41.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#47BFBC (or 0x47BFBC) is known color: Medium Turquoise. HEX triplet: 47, BF and BC. RGB value is (71,191,188). Sum of RGB (Red+Green+Blue) = 71+191+188=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFBC is #B84043. Grayscale: #9A9A9A. Windows color (decimal): -12075076 or 12369735. OLE color: 12369735.

HSL color Cylindrical-coordinate representation of color #47BFBC: hue angle of 178.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 #47BFBC is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 191 188 -
CMYK 0.63 0 0.02 0.25
HSL 178.5º 0.48% 0.51% -
HSV(B) 178.5º 0.63% 0.75% -
XYZ 30.31 42.23 54.13 -
YUV 154.78 146.74 68.24 -
System Red Green Blue C M Y K H S L
Decimal 71 191 188 0.63 0 0.02 0.25 178.5 0.48 0.51
Hex 47 BF BC 3F 0 2 19 B2 30 33
Octal 107 277 274 77 0 2 31 262 60 63
Binary 1000111 10111111 10111100 111111 0 10 11001 10110010 110000 110011

Color Harmonies of #47BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFBC

Black with #47BFBC

Text Example


Text Example

White with #47BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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