Html Css Color HEX #47C5C6 Medium Turquoise

📋 copy color: '#47C5C6'

red 71 ◦ green 197 ◦ blue 198

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

Shades of Medium Turquoise #47C5C6

Tints of Medium Turquoise #47C5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 15.24%
G = 42.27%
B = 42.49%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#47C5C6 (or 0x47C5C6) is known color: Medium Turquoise. HEX triplet: 47, C5 and C6. RGB value is (71,197,198). Sum of RGB (Red+Green+Blue) = 71+197+198=466 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.24% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #47C5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C5C6 is #B83A39. Grayscale: #9F9F9F. Windows color (decimal): -12073530 or 13026631. OLE color: 13026631.

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

Color convert

RGB 71 197 198 -
CMYK 0.64 0.01 0 0.22
HSL 180.47º 0.53% 0.53% -
HSV(B) 180.47º 0.64% 0.78% -
XYZ 32.76 45.35 60.45 -
YUV 159.44 149.76 64.92 -
System Red Green Blue C M Y K H S L
Decimal 71 197 198 0.64 0.01 0 0.22 180.47 0.53 0.53
Hex 47 C5 C6 40 1 0 16 B4 35 35
Octal 107 305 306 100 1 0 26 264 65 65
Binary 1000111 11000101 11000110 1000000 1 0 10110 10110100 110101 110101

Color Harmonies of #47C5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C5C6

Black with #47C5C6

Text Example


Text Example

White with #47C5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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