Html Css Color HEX #47C0C2 Medium Turquoise

📋 copy color: '#47C0C2'

red 71 ◦ green 192 ◦ blue 194

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

Shades of Medium Turquoise #47C0C2

Tints of Medium Turquoise #47C0C2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 194 (76.17% from 255) = 42.45%

R = 15.54%
G = 42.01%
B = 42.45%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#47C0C2 (or 0x47C0C2) is known color: Medium Turquoise. HEX triplet: 47, C0 and C2. RGB value is (71,192,194). Sum of RGB (Red+Green+Blue) = 71+192+194=457 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.54% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #47C0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C0C2 is #B83F3D. Grayscale: #9B9B9B. Windows color (decimal): -12074814 or 12763207. OLE color: 12763207.

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

Color convert

RGB 71 192 194 -
CMYK 0.63 0.01 0 0.24
HSL 180.98º 0.5% 0.52% -
HSV(B) 180.98º 0.63% 0.76% -
XYZ 31.19 42.93 57.68 -
YUV 156.05 149.41 67.34 -
System Red Green Blue C M Y K H S L
Decimal 71 192 194 0.63 0.01 0 0.24 180.98 0.5 0.52
Hex 47 C0 C2 3F 1 0 18 B5 32 34
Octal 107 300 302 77 1 0 30 265 62 64
Binary 1000111 11000000 11000010 111111 1 0 11000 10110101 110010 110100

Color Harmonies of #47C0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C0C2

Black with #47C0C2

Text Example


Text Example

White with #47C0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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