Html Css Color HEX #47C6BB Medium Turquoise

📋 copy color: '#47C6BB'

red 71 ◦ green 198 ◦ blue 187

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

Shades of Medium Turquoise #47C6BB

Tints of Medium Turquoise #47C6BB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

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

R = 15.57%
G = 43.42%
B = 41.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#47C6BB (or 0x47C6BB) is known color: Medium Turquoise. HEX triplet: 47, C6 and BB. RGB value is (71,198,187). Sum of RGB (Red+Green+Blue) = 71+198+187=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #47C6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C6BB is #B83944. Grayscale: #9E9E9E. Windows color (decimal): -12073285 or 12305991. OLE color: 12305991.

HSL color Cylindrical-coordinate representation of color #47C6BB: hue angle of 174.8º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C6BB is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 198 187 -
CMYK 0.64 0 0.06 0.22
HSL 174.8º 0.53% 0.53% -
HSV(B) 174.8º 0.64% 0.78% -
XYZ 31.76 45.32 54.09 -
YUV 158.77 143.92 65.39 -
System Red Green Blue C M Y K H S L
Decimal 71 198 187 0.64 0 0.06 0.22 174.8 0.53 0.53
Hex 47 C6 BB 40 0 6 16 AF 35 35
Octal 107 306 273 100 0 6 26 257 65 65
Binary 1000111 11000110 10111011 1000000 0 110 10110 10101111 110101 110101

Color Harmonies of #47C6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C6BB

Black with #47C6BB

Text Example


Text Example

White with #47C6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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