Html Css Color HEX #47BFBE Medium Turquoise

📋 copy color: '#47BFBE'

red 71 ◦ green 191 ◦ blue 190

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

Shades of Medium Turquoise #47BFBE

Tints of Medium Turquoise #47BFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 15.71%
G = 42.26%
B = 42.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#47BFBE (or 0x47BFBE) is known color: Medium Turquoise. HEX triplet: 47, BF and BE. RGB value is (71,191,190). Sum of RGB (Red+Green+Blue) = 71+191+190=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFBE is #B84041. Grayscale: #9A9A9A. Windows color (decimal): -12075074 or 12500807. OLE color: 12500807.

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

Color convert

RGB 71 191 190 -
CMYK 0.63 0 0.01 0.25
HSL 179.5º 0.48% 0.51% -
HSV(B) 179.5º 0.63% 0.75% -
XYZ 30.52 42.32 55.27 -
YUV 155.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 71 191 190 0.63 0 0.01 0.25 179.5 0.48 0.51
Hex 47 BF BE 3F 0 1 19 B4 30 33
Octal 107 277 276 77 0 1 31 264 60 63
Binary 1000111 10111111 10111110 111111 0 1 11001 10110100 110000 110011

Color Harmonies of #47BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFBE

Black with #47BFBE

Text Example


Text Example

White with #47BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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