Html Css Color HEX #47CAC3 Medium Turquoise

📋 copy color: '#47CAC3'

red 71 ◦ green 202 ◦ blue 195

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

Shades of Medium Turquoise #47CAC3

Tints of Medium Turquoise #47CAC3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.16%

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

R = 15.17%
G = 43.16%
B = 41.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#47CAC3 (or 0x47CAC3) is known color: Medium Turquoise. HEX triplet: 47, CA and C3. RGB value is (71,202,195). Sum of RGB (Red+Green+Blue) = 71+202+195=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #47CAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CAC3 is #B8353C. Grayscale: #A1A1A1. Windows color (decimal): -12072253 or 12831303. OLE color: 12831303.

HSL color Cylindrical-coordinate representation of color #47CAC3: hue angle of 176.79º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CAC3 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 202 195 -
CMYK 0.65 0 0.03 0.21
HSL 176.79º 0.55% 0.54% -
HSV(B) 176.79º 0.65% 0.79% -
XYZ 33.57 47.52 59.03 -
YUV 162.03 146.6 63.07 -
System Red Green Blue C M Y K H S L
Decimal 71 202 195 0.65 0 0.03 0.21 176.79 0.55 0.54
Hex 47 CA C3 41 0 3 15 B1 37 36
Octal 107 312 303 101 0 3 25 261 67 66
Binary 1000111 11001010 11000011 1000001 0 11 10101 10110001 110111 110110

Color Harmonies of #47CAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CAC3

Black with #47CAC3

Text Example


Text Example

White with #47CAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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