Html Css Color HEX #47C1C0 Medium Turquoise

📋 copy color: '#47C1C0'

red 71 ◦ green 193 ◦ blue 192

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

Shades of Medium Turquoise #47C1C0

Tints of Medium Turquoise #47C1C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 15.57%
G = 42.32%
B = 42.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#47C1C0 (or 0x47C1C0) is known color: Medium Turquoise. HEX triplet: 47, C1 and C0. RGB value is (71,193,192). Sum of RGB (Red+Green+Blue) = 71+193+192=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #47C1C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C1C0 is #B83E3F. Grayscale: #9C9C9C. Windows color (decimal): -12074560 or 12632391. OLE color: 12632391.

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

Color convert

RGB 71 193 192 -
CMYK 0.63 0 0.01 0.24
HSL 179.51º 0.5% 0.52% -
HSV(B) 179.51º 0.63% 0.76% -
XYZ 31.18 43.29 56.58 -
YUV 156.41 148.08 67.08 -
System Red Green Blue C M Y K H S L
Decimal 71 193 192 0.63 0 0.01 0.24 179.51 0.5 0.52
Hex 47 C1 C0 3F 0 1 18 B4 32 34
Octal 107 301 300 77 0 1 30 264 62 64
Binary 1000111 11000001 11000000 111111 0 1 11000 10110100 110010 110100

Color Harmonies of #47C1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C1C0

Black with #47C1C0

Text Example


Text Example

White with #47C1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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