Html Css Color HEX #47C0B9 Medium Turquoise

📋 copy color: '#47C0B9'

red 71 ◦ green 192 ◦ blue 185

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

Shades of Medium Turquoise #47C0B9

Tints of Medium Turquoise #47C0B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 15.85%
G = 42.86%
B = 41.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#47C0B9 (or 0x47C0B9) is known color: Medium Turquoise. HEX triplet: 47, C0 and B9. RGB value is (71,192,185). Sum of RGB (Red+Green+Blue) = 71+192+185=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #47C0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C0B9 is #B83F46. Grayscale: #9A9A9A. Windows color (decimal): -12074823 or 12173383. OLE color: 12173383.

HSL color Cylindrical-coordinate representation of color #47C0B9: hue angle of 176.53º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C0B9 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 192 185 -
CMYK 0.63 0 0.04 0.25
HSL 176.53º 0.49% 0.52% -
HSV(B) 176.53º 0.63% 0.75% -
XYZ 30.21 42.54 52.52 -
YUV 155.02 144.91 68.07 -
System Red Green Blue C M Y K H S L
Decimal 71 192 185 0.63 0 0.04 0.25 176.53 0.49 0.52
Hex 47 C0 B9 3F 0 4 19 B1 31 34
Octal 107 300 271 77 0 4 31 261 61 64
Binary 1000111 11000000 10111001 111111 0 100 11001 10110001 110001 110100

Color Harmonies of #47C0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C0B9

Black with #47C0B9

Text Example


Text Example

White with #47C0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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