Html Css Color HEX #47C5C3 Medium Turquoise

📋 copy color: '#47C5C3'

red 71 ◦ green 197 ◦ blue 195

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

Shades of Medium Turquoise #47C5C3

Tints of Medium Turquoise #47C5C3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.55%

 BLUE value IS 195 (76.56% from 255) = 42.12%

R = 15.33%
G = 42.55%
B = 42.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#47C5C3 (or 0x47C5C3) is known color: Medium Turquoise. HEX triplet: 47, C5 and C3. RGB value is (71,197,195). Sum of RGB (Red+Green+Blue) = 71+197+195=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #47C5C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C5C3 is #B83A3C. Grayscale: #9E9E9E. Windows color (decimal): -12073533 or 12830023. OLE color: 12830023.

HSL color Cylindrical-coordinate representation of color #47C5C3: hue angle of 179.05º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C5C3 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 71 197 195 -
CMYK 0.64 0 0.01 0.23
HSL 179.05º 0.52% 0.53% -
HSV(B) 179.05º 0.64% 0.77% -
XYZ 32.42 45.21 58.65 -
YUV 159.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 71 197 195 0.64 0 0.01 0.23 179.05 0.52 0.53
Hex 47 C5 C3 40 0 1 17 B3 34 35
Octal 107 305 303 100 0 1 27 263 64 65
Binary 1000111 11000101 11000011 1000000 0 1 10111 10110011 110100 110101

Color Harmonies of #47C5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C5C3

Black with #47C5C3

Text Example


Text Example

White with #47C5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,197,195); }

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

background-color css

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

 a { background-color: rgb(71,197,195); }

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

border-color css

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

 span { border-color: rgb(71,197,195); }

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