Html Css Color HEX #47BFBB Medium Turquoise

📋 copy color: '#47BFBB'

red 71 ◦ green 191 ◦ blue 187

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

Shades of Medium Turquoise #47BFBB

Tints of Medium Turquoise #47BFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 15.81%
G = 42.54%
B = 41.65%

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

#47BFBB (or 0x47BFBB) is known color: Medium Turquoise. HEX triplet: 47, BF and BB. RGB value is (71,191,187). Sum of RGB (Red+Green+Blue) = 71+191+187=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFBB is #B84044. Grayscale: #9A9A9A. Windows color (decimal): -12075077 or 12304199. OLE color: 12304199.

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

Color convert

RGB 71 191 187 -
CMYK 0.63 0 0.02 0.25
HSL 178º 0.48% 0.51% -
HSV(B) 178º 0.63% 0.75% -
XYZ 30.2 42.19 53.57 -
YUV 154.66 146.24 68.33 -
System Red Green Blue C M Y K H S L
Decimal 71 191 187 0.63 0 0.02 0.25 178 0.48 0.51
Hex 47 BF BB 3F 0 2 19 B2 30 33
Octal 107 277 273 77 0 2 31 262 60 63
Binary 1000111 10111111 10111011 111111 0 10 11001 10110010 110000 110011

Color Harmonies of #47BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFBB

Black with #47BFBB

Text Example


Text Example

White with #47BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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