Html Css Color HEX #47CAC4 Medium Turquoise

📋 copy color: '#47CAC4'

red 71 ◦ green 202 ◦ blue 196

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

Shades of Medium Turquoise #47CAC4

Tints of Medium Turquoise #47CAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 15.14%
G = 43.07%
B = 41.79%

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

#47CAC4 (or 0x47CAC4) is known color: Medium Turquoise. HEX triplet: 47, CA and C4. RGB value is (71,202,196). Sum of RGB (Red+Green+Blue) = 71+202+196=469 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.14% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #47CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CAC4 is #B8353B. Grayscale: #A2A2A2. Windows color (decimal): -12072252 or 12896839. OLE color: 12896839.

HSL color Cylindrical-coordinate representation of color #47CAC4: hue angle of 177.25º 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 #47CAC4 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 202 196 -
CMYK 0.65 0 0.03 0.21
HSL 177.25º 0.55% 0.54% -
HSV(B) 177.25º 0.65% 0.79% -
XYZ 33.68 47.57 59.63 -
YUV 162.15 147.1 62.99 -
System Red Green Blue C M Y K H S L
Decimal 71 202 196 0.65 0 0.03 0.21 177.25 0.55 0.54
Hex 47 CA C4 41 0 3 15 B1 37 36
Octal 107 312 304 101 0 3 25 261 67 66
Binary 1000111 11001010 11000100 1000001 0 11 10101 10110001 110111 110110

Color Harmonies of #47CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CAC4

Black with #47CAC4

Text Example


Text Example

White with #47CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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