Html Css Color HEX #47C6BD Medium Turquoise

📋 copy color: '#47C6BD'

red 71 ◦ green 198 ◦ blue 189

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

Shades of Medium Turquoise #47C6BD

Tints of Medium Turquoise #47C6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 15.5%
G = 43.23%
B = 41.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#47C6BD (or 0x47C6BD) is known color: Medium Turquoise. HEX triplet: 47, C6 and BD. RGB value is (71,198,189). Sum of RGB (Red+Green+Blue) = 71+198+189=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #47C6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C6BD is #B83942. Grayscale: #9E9E9E. Windows color (decimal): -12073283 or 12437063. OLE color: 12437063.

HSL color Cylindrical-coordinate representation of color #47C6BD: hue angle of 175.75º 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 #47C6BD is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 198 189 -
CMYK 0.64 0 0.05 0.22
HSL 175.75º 0.53% 0.53% -
HSV(B) 175.75º 0.64% 0.78% -
XYZ 31.98 45.4 55.22 -
YUV 159 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 71 198 189 0.64 0 0.05 0.22 175.75 0.53 0.53
Hex 47 C6 BD 40 0 5 16 B0 35 35
Octal 107 306 275 100 0 5 26 260 65 65
Binary 1000111 11000110 10111101 1000000 0 101 10110 10110000 110101 110101

Color Harmonies of #47C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C6BD

Black with #47C6BD

Text Example


Text Example

White with #47C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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