Html Css Color HEX #47C1BB Medium Turquoise

📋 copy color: '#47C1BB'

red 71 ◦ green 193 ◦ blue 187

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

Shades of Medium Turquoise #47C1BB

Tints of Medium Turquoise #47C1BB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.79%

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

R = 15.74%
G = 42.79%
B = 41.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#47C1BB (or 0x47C1BB) is known color: Medium Turquoise. HEX triplet: 47, C1 and BB. RGB value is (71,193,187). Sum of RGB (Red+Green+Blue) = 71+193+187=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #47C1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C1BB is #B83E44. Grayscale: #9B9B9B. Windows color (decimal): -12074565 or 12304711. OLE color: 12304711.

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

Color convert

RGB 71 193 187 -
CMYK 0.63 0 0.03 0.24
HSL 177.05º 0.5% 0.52% -
HSV(B) 177.05º 0.63% 0.76% -
XYZ 30.64 43.07 53.71 -
YUV 155.84 145.58 67.49 -
System Red Green Blue C M Y K H S L
Decimal 71 193 187 0.63 0 0.03 0.24 177.05 0.5 0.52
Hex 47 C1 BB 3F 0 3 18 B1 32 34
Octal 107 301 273 77 0 3 30 261 62 64
Binary 1000111 11000001 10111011 111111 0 11 11000 10110001 110010 110100

Color Harmonies of #47C1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C1BB

Black with #47C1BB

Text Example


Text Example

White with #47C1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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